Metadata-Version: 2.1
Name: pieorg
Version: 1.0.0
Summary: A Python CLI app to organise every story you read on the internet.
Home-page: https://github.com/yashprakash13/PieOrg
Author: Yash Prakash
Author-email: yashprakash13@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: art

## PieOrg

### A python CLI app to organise every story you read on the internet!

### Get started:

Just run this on the terminal:

```
pip install pieorg
```

### Features:

- Insert a story with the following options:

  - Title
  - Author
  - Link(url)
  - Category/Folder to create
  - 2 different genres
  - Fandom ( if it's a fanfiction, enter the fandom, otherwise enter misc)
  - The type of story (a novel or a short story)
  - A Love meter for the story (on a scale of 1 to 5, 5 being the most loved story)
  - If the story is complete

- View your stories from the database with the following options:

  - View all stories
  - View stories which are complete
  - View stories which belong to a particular category/folder
  - View stories which are written by a particular author
  - View stories of a particular genre
  - View all categories/folders you have
  - View stories with a specific minimum love metre
  - View stories of a particular type(novel or short story)
  - View stories of a genre and love metre
  - View stories of a description/keyword (upon search)

- Edit a story in the database:
  - Edit the description of an existing story
  - Edit the status(complete or not) of an existing story


