Skip to content

Zambrella/user_stories_tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

list of stories example of writing a story

User Stories TUI (almost)

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.

Purpose

The purpose of the app is to make writing and storing user stories easy.

How to use

  1. Clone the repo
  2. Install dependencies pip install -r requirements.txt
  3. Run the app with python3 src/main.py {command}

Commands

  • ls - List all saved user stories (optionally add -d to sort by descending scores)
  • add - Add a new user story
  • del - Delete a saved user story
  • clear - Delete all saved user stories

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages