This tool implements a task assignment system that randomly assigns tasks to individuals based on predefined rules. So far, the rules are:
- Everyone will be assigned only with their eligible tasks.
- TBC
- Download
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.
This project was written using Python 3.9
. Make sure you have Python 3.9 or a compatible version installed before running the tool.
This project is licensed under the GPL-3.0 License.