Skip to content

Mini project made for educational purposes. It is a gui calendar / date picker. More in readme file.

Notifications You must be signed in to change notification settings

Pygraming/Calendar-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Calendar-Project

Another mini project made for educational purposes. This is a GUI calendar. It is possible to pick a date. Picked date is returned when "GET DATE" button is pressed.

Libraries used:

  • tkcalendar ( install by typing 'pip install tkcalendar' in cmd / powershell )
  • tkinter ( built-in )

To do:

  • add comments
  • add functionality of picking two dates and getting the difference as an output
  • implement a to do list functionalities:
    • "New task" functionality
    • "Delete task" functionality
    • "Mark task as finished" functionality
    • "See all tasks" functionality
  • fix path to icon
  • add "Images" directory

About

Mini project made for educational purposes. It is a gui calendar / date picker. More in readme file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages