-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
15 lines (9 loc) · 823 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
The only requirement there is openpyxl. Install it like this:
pip3 install openpyxl
schedule_1.py
The script generate the random schedule (excel file) for hardcoded number of employees, period of time (it could be number of days in month or week for example)
and number of employees which are should be there each day. The maximum number of days the employee should work per period of the time is negligible
schedule_2.py
The script generate the random schedule (excel file) for hardcoded number of employees, period of time
and number of employees which are should be there each day. The maximum number of days the employee should work per period of the time is taken into account in this case.
As the schedule is randomly generated, it is recommended to perform some manual editing of the resulting Excel file.