Metadata-Version: 2.4
Name: pynotecli
Version: 0.1.0
Summary: A Python CLI application that you can use to handle all your notes (in markdown and text formatting!)
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: platformdirs>=4.10.0
Requires-Dist: rich>=15.0.0
Requires-Dist: textual>=8.2.8
Requires-Dist: typer>=0.26.8
Dynamic: license-file

# PyNoteCLI
A Python CLI application that you can use to handle all your notes (in markdown and text formatting!)

## How to Install

```bash
pip install pynotecli
```

## How to Use

### Setup
**YOU MUST RUN THE SETUP METHOD**
```bash
pynote setup
```

This creates the necessary folders and files for the CLI Note App to work.

### Adding Notes
```bash
pynote note add "Task" --desc "Do Homework"
```

Run for more information
```bash
pynote note --help
```

### Creating Pages
```bash
pynote page create "Todo List"
```

Run for more information
```bash
pynote page --help
```
