Metadata-Version: 2.4
Name: productive-plinko
Version: 0.1.0
Summary: Dopamine powered decision making
Project-URL: Repository, https://github.com/JacobisEpic/productive-plinko
Project-URL: Issues, https://github.com/JacobisEpic/productive-plinko/issues
Author-email: Jacob Chin <jacobchin.builds@gmail.com>
License: MIT
License-File: LICENSE
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# productive-plinko

[![PyPI version](https://img.shields.io/pypi/v/productive-plinko.svg)](https://pypi.org/project/productive-plinko/)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

**productive-plinko** is a delightfully simple CLI that lets an ASCII Plinko board decide what you should do next. The entire simulation runs directly in your terminal with zero external dependencies.

## Why does this exist?

The hardest part of productivity is choosing what to do. Instead of overthinking it, drop a ball down a Plinko board and let fate decide.

## Installation

```bash
pip install productive-plinko
```

## Usage
There are three equivalent commands you can use.
```bash
pp67 "Write docs" "Fix bugs" "Call mom"
```
```bash
plinko "Write docs" "Fix bugs" "Call mom"
```
```bash
productive-plinko "Write docs" "Fix bugs" "Call mom"
```

## Example Result:

```
productive-plinko: result
.   .   .   .   .   .   .   .   .  
                                  
  .   .   .   .   .   .   .   .   .
                                  
.   .   .   .   .   .   .   .   .  
                                  
  .   .   .   .   .   .   .   .   .
                                  
.   .   .   .   .   .   .   .   .  
                                  
  .   .   .   .   .   .   .   .   .
                                  
.   .   .   .   .   .   .   .   .  
                                  
  .   .   .   .   .   .   .   .   .
                                  
.   .   .   .   .   .   .   .   .  
                                  
  .   .   .   .   .   .   .   .   .
                                  
.   .   .   .   .   .   .   .   .  
                                  
  .   .   .   .   .   .   .   .   .
                                  
.   .   .   .   .   .   .   .   .  
                                  
  .   .   .   .   .   .   .   .   .
                                  
.   .   .   .   .   .   .   .   .  
                                  
  .   .   .   .   .   .   .   .   .
                                 o
-----------------------------------
+-----------+----------+----------+
|    [0]    |   [1]    |>>> [2] <<|
+-----------+----------+----------+

Slot key:
  [0] -> Write docs
  [1] -> Fix bugs
  [2] -> Call mom

Decision: [2] Call mom
```

## Final Notes
Have fun and enjoy this discrete, dopamine-powered productivity tool!