Skip to content

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