Skip to content

Latest commit

Β 

History

History
7 lines (6 loc) Β· 345 Bytes

File metadata and controls

7 lines (6 loc) Β· 345 Bytes

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.