The project website is Plan It
Are you a student? A professor? An entrepreneur? None of these? Then this app is for you.
I have come across various day planners. But none of them has been able meet my needs. So I am trying to build this customizable daily planner. This is still a work in progress
- Set events along with their start and end times.
- Customise the commands as per your wish.
- Quickly find what event is scheduled next.
v1.0.1
timetable.txt
stores the timetable for each day.
commands.txt
stores the commands and their shortcuts.
Feel free to mail me about the things you liked and disliked in the app. Any features you would like to see in future releases. Have a look at CONTRIBUTING.md
for further details.
- setEvent : To set a new Event :
setEvent Name startTime EndTime
- quitCommand : To quit the program :
quit
- deleteEvent : Delete an event :
deleteCommand eventStartTime
- displayCommand : display an event :
displayCommand
- helpCommand : To get help. This command cannot be changed :
help
- changeCommandShortcut: To change shortcut to a command :
changeCommand commandName shortcutName
- nowCommand : To display the current Event and the next Event scheduled :
now
You will need to have python installed. If you dont have python installed have a look at Python. To install this app you will have to:
- Download PlanIt (for Linux and Mac) or PlanIt (for Windows)
- Extract the above
tar.gz
(Linux and Mac) or.zip
(Windows) file. - Navigate to this repository in the terminal or command prompt
- run
python planIt.py
Do comment about any new features you would like to see!