A professional Python automation project that:
- Reads employee Excel data
- Calculates salary bonuses and taxes
- Generates styled Excel payroll reports
- Creates professional PDF payroll reports automatically
Built using:
- Python
- Pandas
- OpenPyXL
- ReportLab
✅ Excel Automation
✅ Payroll Calculations
✅ Styled Excel Reports
✅ Automatic PDF Generation
✅ Professional Report Formatting
✅ Beginner Friendly Project
excel-payroll-automation/
│
├── data/
│ └── employees.xlsx
│
├── output/
│ ├── final_report.xlsx
│ └── payroll_report.pdf
│
├── screenshots/
│ ├── excel-report.png
│ └── pdf-report.png
│
├── automation.py
├── requirements.txt
├── README.md
└── .gitignoregit clone https://github.com/YOUR_USERNAME/excel-payroll-automation.gitcd excel-payroll-automationpip install -r requirements.txtpy automation.py| Name | Salary |
|---|---|
| Rahul | 20000 |
| Amit | 30000 |
The project automatically generates:
- Styled Excel Payroll Report
- Professional PDF Payroll Report
Inside:
output/- Python
- Pandas
- OpenPyXL
- ReportLab
- Email Automation
- Attendance Management
- Employee ID Generation
- Dashboard Analytics
- AI Payroll Assistant
Pull requests are welcome.
If you liked this project, give it a ⭐ on GitHub.

