Loading repository data…
Loading repository data…
pranshuj73 / repository
Diary/to-do app made with tkinter library for my final high-school computer science project themed on MySQL and Python.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
I created Andy for my school project and to learn more about gui programming with python. Andy uses tkinter for its interface and mysql as the database where it stores diary entries and tasks
To be able to use Andy, the following things need to be set up first-
Run the following command to install the libraries needed for this project:
$ pip install -r requirements.txt # for windows
$ pip3 install -r requirements.txt # for linux and mac
Open the .env file in the root directory of the project and change the values of MYSQL_USERNAME and MYSQL_PASSWORD to your MySQL username and password respectively.
To initialise the database, run init_db.py and thats it! You're good to go now!
Run andy.py to use the program.