An interactive Streamlit app that calculates monthly and total earnings based on an hourly rate, hours worked per day, and valid working days (excluding weekends and public holidays).
- Input hourly rate and hours worked per day (default: 8).
- Automatically excludes weekends and public holidays using the
holidayslibrary. - Calculates:
- Total working days in the selected period
- Grand total earnings
- Monthly breakdown of earnings
- Displays results in both table and bar chart formats.
- Option to download monthly breakdown as CSV.
git clone https://github.com/<your-username>/ctc_app.git
cd ctc_app
---