Releases: yi-an-archive/task-assigner
Releases · yi-an-archive/task-assigner
Task Assigner v0.1.0-alpha
Task Assigner - Initial Release (20/12/2023)
Features
- Randomly assigns tasks to people based on everyone's eligible tasks.
- Repeat the process for multiple weeks if necessary.
- Ensure the number of people required for each task is sufficient.
- Print out the assignment history for each person and each task.
Installation
- Open
main.py
insrc
folder. - Modify the list of people and their eligible tasks based on your own case.
- Modify the number of weeks you want to generate.