- For the selected month, display details (in the application window or cmd) such as:
- Number of working days, weekends and holidays.
- Which days are working days, weekends and holidays.
- Number of hours to work.
- Create and save the selected month as a calendar in a *json file.
- Create and save the selected month as a calendar in a *xlsx file.
Prepare the virtual environment and then install the necessary packages:
pip install -r requirements.txt
Use the command below to build the EXE package:
pyinstaller main.spec
- Possibility of adding the number of employees working in a selected month in 12-hour work mode.
- Creating a work schedule for the entire month, taking into account vacation request.