This GUI app has been made using Tkinter module of python. Calendar app also uses Pillow and Calendar module of python. Hope you like it :)
Python 3.x
- Pillow Module
- Tkinter Module
- Calendar Module
- If modulenotfound error is displayed for Tkinter module when program is executed then, type command "pip install tkinter" in CMD / Command Prompt / Windows Terminal.
- If modulenotfound error is displayed for Calendar module when program is executed then, type command "pip install calendar" in CMD / Command Prompt / Windows Terminal.
- If modulenotfound error is displayed for Pillow module when program is executed then, type command "pip install pil" in CMD / Command Prompt / Windows Terminal.