This PyQt5 application calculates the maximum hours one can miss in a given timeframe based on the total hours and the hours of absence. It also provides insights into the current and future percentage of absence.
- Settings: Set the maximum percentage of absence.
- Calculation: Calculates the maximum hours of absence, current absence percentage, and future absence percentage.
- User-Friendly Interface: Intuitive user interface for ease of use.
- PyQt5
- Clone the repository:
git clone https://github.com/LupusJM/LupusAbsenceTracker.git
- Install the required dependencies:
pip install PyQt5
- Run the script:
python main.py
- Input total hours, hours of absence, and planned future absence hours.
- Click on the "Calculate" button to get the results.
- Optionally, click on the gear icon to adjust settings.
- Tested and verified in Linux & Windows OS.