Create payslips given a template with mock data
The main goal of the project is to be able to create large amounts of pdfs for ML training purposes.
# Clone the repository
git clone https://github.com/callegarimatta/payslips-generator
# Navigate to the project directory
cd payslips-generator
# Install dependencies
pipenv install -r requirements.txt
Outline guidelines for others who may want to contribute to your project. Include information about how to report issues, how to propose changes, and any coding standards or style conventions contributors should follow.
- Fork the project
- Create a new branch (
git checkout -b feature/new-feature
) - Make your changes
- Commit your changes (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin feature/new-feature
) - Create a pull request
Email: callegari.mattia@pm.me