https://github.com/sfinx13/workshop-ef
Workshop correction of the exercises proposed by an organism.
https://github.com/sfinx13/workshop-ef
openpyxl pypdf2 python python3
Last synced: 3 months ago
JSON representation
Workshop correction of the exercises proposed by an organism.
- Host: GitHub
- URL: https://github.com/sfinx13/workshop-ef
- Owner: sfinx13
- Created: 2023-08-05T14:33:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T07:05:22.000Z (over 2 years ago)
- Last Synced: 2023-08-11T14:32:02.201Z (over 2 years ago)
- Topics: openpyxl, pypdf2, python, python3
- Language: Python
- Homepage:
- Size: 2.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# workshop-ef
Correction of the exercises proposed by an organism.
## Prerequisites
You have to install minimum Python 3.10 and related packages
## Getting started
```bash
$ python -m venv venv
$ pip install -r requirements.txt
```
## Usage
### Merge pdf
Merges two PDF documents into a single file. Each of them has a cover page that must be removed before combining the PDF documents.
```bash
$ python merge-pdf/main.py
```
### 2010 US census
Script that reads the census spreadsheet file while calculating statistics for each county.
```bash
$ python census/main.py
```
## Documentation
* https://pypdf2.readthedocs.io/en/latest/
* https://openpyxl.readthedocs.io/en/stable/