An open API service indexing awesome lists of open source software.

https://github.com/captaincluster/schedule-maker

My very first GitHub project. As the name suggests, its purpose is to arrange a schedule for the user based on their inputs. Tkinter module got some good use here.
https://github.com/captaincluster/schedule-maker

python schedule tkinter

Last synced: 4 months ago
JSON representation

My very first GitHub project. As the name suggests, its purpose is to arrange a schedule for the user based on their inputs. Tkinter module got some good use here.

Awesome Lists containing this project

README

        

# Schedule-maker
One of my first Python projects. It was a great project for me to learn how to use the TKinter module, despite the fact that it does not represent the amount of programming skills I currently have. In the future, I might come back and improve on this project to make it a lot more useful and appealing to a normal user.
In terms of using the program, the user can just type in the event name and the time it shall be done. Events can be deleted individually and are saved in a .txt file, thus the program can automatically reload them when rebooted. Should the user face any challenges, the program has its own set of instructions as well.