I am currently doing a project where I need to schedule employees and output a timetable of the shifts staff are working. Ideally it needs to take into account days/times staff have a preference for working (weight that somehow). I've looked online and found resources like OR tools, but I was wandering if there was an easier way to do this. I want the final product to be like a literal table in my tkinter GUI, so would it be easy to "convert" whatever schedule i get into gui form? Thanks for any help.
source https://stackoverflow.com/questions/69329298/advice-for-employee-scheduling-python
Comments
Post a Comment