Skip to content

Latest commit

Β 

History

History
Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Dictionary application using Python

This is your first project in Python. I suggest you to build different version of this project. For example:

  • Console application, you may also use argparse library.
  • Desktop application using Tkinter.
  • Web application using Django, Flask frameworks.
  • Telegram bot using telepot, aiogram.