https://github.com/ptomulik/veetou
Conversion scripts
https://github.com/ptomulik/veetou
Last synced: 2 months ago
JSON representation
Conversion scripts
- Host: GitHub
- URL: https://github.com/ptomulik/veetou
- Owner: ptomulik
- Created: 2017-03-15T01:51:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T16:25:08.000Z (about 5 years ago)
- Last Synced: 2025-02-07T21:33:57.056Z (4 months ago)
- Language: Python
- Size: 1.65 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
VeeToU
------
Conversion scripts.. image:: https://travis-ci.org/ptomulik/veetou.png?branch=master
:target: https://travis-ci.org/ptomulik/veetou.. image:: https://coveralls.io/repos/github/ptomulik/veetou/badge.svg
:target: https://coveralls.io/github/ptomulik/veetouDependencies
````````````.. code:: bash
sudo apt-get install python3 python3-lxml poppler-utils
Requires Python >= 3.4
Examples
````````Get some help
.. code:: bash
PYTHONPATH=lib bin/veetou --help
Decode "Karta Osiągnięć"
.. code:: bash
PYTHONPATH=lib bin/veetou ko path/to/ko-report.pdf
Decode "Protokół Zaliczeń"
.. code:: bash
PYTHONPATH=lib bin/veetou pz path/to/pz-report.pdf
Write result to sqlite3 database
.. code:: bash
PYTHONPATH=lib bin/veetou pz path/to/pz-report.pdf -O db -o path/to/output.db
More recipes
````````````Export previously saved sqlite3 database as csv
.. code:: bash
sqlite3 path/to/output.db <