iCal Generator
This is a simple python script to generate an iCalendar file for the university classes.
Installation
- Clone the repository
git clone https://github.com/mfrashidi/ical-generator.git && cd ical-generator
- Install the required packages
pip install -r requirements.txt
How to use
Execute the cal.py
file and enter the required details. Then a .ics file generates in your Desktop folder. Open it with your calendar application to add the dates to the app.
If you want to use the Jalali calendar, add
-jalali
flag.