Skip to content

This repository is actually suppose to answer a school mini-project. Nonetheless, it is a great project to take on. Meet avantionary: the best dictionary sort of app you can ever get.

Notifications You must be signed in to change notification settings

kwasimbnyarko/avantionary

 
 

Repository files navigation

Avantionary: the Home of Words

Avantionary is to be a dictionary sort of program written in Python. (a web interface would be added later though). The application should be able to take in input (a word) and return the definitions of the word as an output. Other information that could be included in the output are synonyms and antonyms of the word.

Telegram Bot can be accessed via : https://t.me/avantionary_bot

Project Plan:

  • Create a sort of database with management capabilities.
    • Take in words
    • Return definition of words
  • Create a telegram bot that serves as another input interface to the program.
    • A user can send the word to the bot and the definitions, synonyms and antonyms will be received as a reply.
  • Create an API in python.
    • API will be linked with the web interface.
    • It should link the database of words and meanings with the web interface.
  • Add finishing touches
  • Job Done; Project Completed!

Useful Resources:

About

This repository is actually suppose to answer a school mini-project. Nonetheless, it is a great project to take on. Meet avantionary: the best dictionary sort of app you can ever get.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.1%
  • HTML 13.1%
  • JavaScript 9.9%
  • CSS 9.9%