Skip to content

Simple python script to create ics Calendar Event from PKP Intercity pdf file

Notifications You must be signed in to change notification settings

dch09/pkp-ics-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PKP ICS Generator 🚅

Python script to generate ics calendar event from PKP Intercity pdf file.

Usage 🗓️

To generate .ics file, simply use:

python3 main.py -i [pdf_filepath]

Or using --output argument, if you want to specifiy the path:

python3 main.py -i [pdf_filepath] -o [output_path]

Installation 🧑‍💻

Clone this repo or download zip:

git clone https://github.com/dch09/pkp-ics-generator.git
cd pkp-ics-generator

Create and activate virtual environment:


Using pyenv

pyenv virtualenv pkp-ics
pyenv activate pkp-ics

Using venv

python3 -m venv pkp-ics
source pkp-ics/bin/activate

Download required packages:

pip install -r requirements.txt

Packages 📦

About

Simple python script to create ics Calendar Event from PKP Intercity pdf file

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages