Skip to content

This is made using Tkinter module of python. Calendar App is very easy to make and very interesting too. Hope you like it :)

License

Notifications You must be signed in to change notification settings

AakarGupta-coder/Calendar-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calendar-App

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 :)

Requirements

Python 3.x

Modules

  1. Pillow Module
  2. Tkinter Module
  3. Calendar Module

If modulenotfound Error

  1. If modulenotfound error is displayed for Tkinter module when program is executed then, type command "pip install tkinter" in CMD / Command Prompt / Windows Terminal.
  2. If modulenotfound error is displayed for Calendar module when program is executed then, type command "pip install calendar" in CMD / Command Prompt / Windows Terminal.
  3. If modulenotfound error is displayed for Pillow module when program is executed then, type command "pip install pil" in CMD / Command Prompt / Windows Terminal.

About

This is made using Tkinter module of python. Calendar App is very easy to make and very interesting too. Hope you like it :)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages