The aim of this project was to create a functional app using Python. Originally I wanted to create a full blown TUI using Textual but decided to go simple and just keep it as a CLI tool using the similar package Rich.
The purpose of the app is to make writing and storing user stories easy.
- Clone the repo
- Install dependencies
pip install -r requirements.txt
- Run the app with
python3 src/main.py {command}
ls
- List all saved user stories (optionally add-d
to sort by descending scores)add
- Add a new user storydel
- Delete a saved user storyclear
- Delete all saved user stories