Skip to content

evdokimovm/employees_schedule_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Helper for creating employees schedule

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages