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.
- Host: GitHub
- URL: https://github.com/captaincluster/schedule-maker
- Owner: CaptainCluster
- License: mit
- Created: 2023-01-07T20:21:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T21:15:27.000Z (almost 2 years ago)
- Last Synced: 2024-12-31T02:40:28.176Z (5 months ago)
- Topics: python, schedule, tkinter
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.