Metadata-Version: 2.2
Name: shudo
Version: 0.1.1
Summary: ShuDo — a CLI programming productivity tool (notes, kanban tasks, pomodoro)
License: MIT
Keywords: productivity,notes,tasks,kanban,pomodoro,cli
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md

# ShuDo

A terminal-based programming productivity tool: **notes**, **kanban tasks**, and **pomodoro timer**.

Built with Python's `curses` and SQLite.

## Install & Usage

```bash
pip install shudo
shudo
```

All data is stored locally in '~/.shudo/shudo.db'.

Note: `curses` is incompatiable with non-unix terminals. WSL should be used on Windows, any distro should do.


## Requirements
- Python 3.8+
- A terminal that supports curses (Linux, macOS, WSL on Windows)
