Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.08 KB

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: