Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 696 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 696 Bytes

Task Assigner

Description

This tool implements a task assignment system that randomly assigns tasks to individuals based on predefined rules. So far, the rules are:

  1. Everyone will be assigned only with their eligible tasks.
  2. TBC

Installation

  1. Download main.py in src folder.
  2. Modify the list of people and their eligible tasks based on your own case.
  3. Modify the number of weeks you want to generate.

Python Version

This project was written using Python 3.9. Make sure you have Python 3.9 or a compatible version installed before running the tool.

License

This project is licensed under the GPL-3.0 License.