Skip to content

Floxicek/VolleyballForm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Volleyball Form

Script that converts pdfs from wixforms answers to .csv

Form structure

Field Answer
Jméno a příjmení kapitána/ky: [Name]
E-mail: [Email]
Telefon: [Phone]
Název družstva: [Team Name]
Poznámka (nepovinné): [Note]

Run Locally

  1. Clone the project
git clone https://github.com/Floxicek/VolleyballForm
  1. Go to the project directory
cd VolleyballForm
  • (optional) Create venv
    python -m venv venv
    source venv/bin/activate
    
  1. Install dependencies
pip install -r requirements.txt
  1. Insert all wixforms PDFs into pdfs/
  2. Run the script
python main.py
  1. Script will create a file called teams[year].csv

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages