A great way to organize your time efficiently to beat procrastination and distractions so that you can make the most out of your time. This tool helps users create timetable for different days in a month.
This project is a part of a bigger "TND", which contans additional features that are listed below:
- Task Checklist
- Motivational Quotes
- Health Reminders
- Timetable
This project solely contains the code for the Timetable aspect of the Student Planner.
This program gives the users the ability to create timetables for specific dates. Custom events and tasks can be created for each specific date and a set time interval can also be associated with each event.
With this program, you can create a timetable that suits you without any limitations and that too for free.
- Python version 3.6+
- tkinter/Tk version 8.5+
- Stable internet connection
Before running the source code, make sure to run the following command in your command prompt window or windows powershell.
pip install -r requirements.txt
- To run the program, open
TimeTable.pyin a code editor and run the file.
Note:
Keep in mind that this program will run in an online editor such as repl.it, but it is highly not recommended that you do so, as repl only allows a limited amount of the screen for the output.
Contributors names and contact info
Veeraja Veeraesh
E-mail me @: veeru09042004@gmail.com
- 0.1
- Initial Release
Code snippets and references:
1. StackOverflow
2. Youtube
3. GeeksforGeeks
Learning Sources:
1. tkinter:
2. Python & MySQL:
- Computer Science with Python (for class XII) by Sumita Arora
3. Markdown:
4. ttk: