To-do-app/README.md

686 B

Instalacja - Hubert Marciniak

Requirments: python3 tkinter sqlite3

Linux:

  1. install python3, tkinter, sqlite3 if you don't have: sudo apt install python3 python3-tk sqlite3
  2. download to-do-app.py to your directory
  3. use cd to go to the directory with downloaded file: cd /path/to/your/directory
  4. run the app: python3 todo_app.py

Windows:

  1. install python from python website if you don't have
  2. intall tkinter if you don't have (sqlite3 should come with python): pip install tk
  3. download to-do-app.py to your directory
  4. use cd to go to the directory with downloaded file: cd /path/to/your/directory
  5. run the app: python todo_app.py