Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zanottipaolo/python-calendar
Create an iCalendar (*.ics) from a XLSX file with Python
https://github.com/zanottipaolo/python-calendar
ics pandas python xlsx
Last synced: 5 days ago
JSON representation
Create an iCalendar (*.ics) from a XLSX file with Python
- Host: GitHub
- URL: https://github.com/zanottipaolo/python-calendar
- Owner: zanottipaolo
- Created: 2024-09-16T20:36:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T22:35:21.000Z (3 months ago)
- Last Synced: 2024-09-17T03:22:51.579Z (3 months ago)
- Topics: ics, pandas, python, xlsx
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Calendar 📆
Create an iCalendar (\*.ics) from a XLSX file with Python.
The script searches for a specific string, in this case "Paolo", and extracts the cell with its date.
Then it converts the object to a calendar in the \*ics format, so that it can be imported into Google Calendar or similar software.Change the row and column index if you want to use this script on your own XLSX file (and the string to search for).
### How to run 🏃🏻
1. `python3 -m venv env`
1. `source env/bin/activate`
1. `python3 -m pip install -r requirements.txt`
1. `python3 script.py`