A python application to generate insightful PDF summaries of timeEdition exported CSV Files
This script reads CSV data from the timeEdition application, processes it, and generates a PDF report.
- Clone the repository:
git clone https://github.com/TukuToi/client_reports.git
- Navigate into the project directory:
cd client_reports
- Install the required packages:
pip install -r requirements.txt
- Replace the logo.png with your own logo.
- Run the script with:
python main.py
- in the GUI that opens, select your CSV file of which you want to generated a report. It must be a timeEdition Exported CSV file in
utf-8
format, press "Generate Report" - find the generated PDF Report in the project folder.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.