A graphical user interface calendar with python

A graphical user interface calendar with python In this project I used tkinter module If you dont have tkinter module you can install it by this … > Write this code in your terminal! Also I used calendar module , which is an built in module for python. With this program, you can know the date of the days of each year that you want. GitHub View Github    

Read more

Display your calendar on the wallpaper

Have your calendar appear as the wallpaper. Use at your own risk. Don’t blame me if you miss a meeting 🙂 Some parts of the scripts were bogged togather from various examples online. Please report problems using GITHUBs issue tracking system. Additionally please let me know if there are some feature requests. The scripts in this repository depend on the following programs being available: The example calendar file cal_example contains a description of the syntax togather with a couple of […]

Read more

ics.py: a Pythonic and easy iCalendar library (rfc5545)

Ics.py is a pythonic and easy iCalendar library. Its goals are to read and write ics data in a developer friendly way. iCalendar is a widely-used and useful format but not user friendly. Ics.py is there to give you the ability of creating and reading this format without any knowledge of it. It should be able to parse every calendar that respects the rfc5545 and maybe some more… It also outputs rfc compliant calendars. iCalendar (file extension .ics) is used […]

Read more