An open API service indexing awesome lists of open source software.

https://github.com/trendev/task-toss


https://github.com/trendev/task-toss

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Task Toss

Task Toss is a simple Python application that randomly assigns household tasks to MY children. This project is designed to make chore assignments fun and fair, helping to distribute responsibilities evenly among family members.

> Feel free to contribute to this project by submitting issues or pull requests.

## Features

- Randomly assigns tasks from a predefined list to each child.
- Simple and efficient implementation using Python.
- Easy to modify task and child lists as needed.

## Installation

To use Task Toss, you need to have Python installed on your machine. You can clone the repository using the following command:

```bash
git clone https://github.com/trendev/task-toss.git
```

Navigate to the project directory:

```bash
cd task-toss
```

## Usage

Run the `main.py` file to see the random task assignments:

```bash
python main.py
```

## Code Overview

The main functionality is contained in the `assign_tasks` function, which takes a list of kids and a list of tasks, shuffles the tasks, and assigns one task to each kid.