Metadata-Version: 2.4
Name: algoflex
Version: 1.0.3
Summary: Algoflex - An algorithm practice TUI
Author-email: ndero <jnderoh@gmail.com>
License-Expression: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: textual>=3.5.0
Requires-Dist: textual[syntax]
Requires-Dist: tinydb>=4.8.2
Dynamic: license-file

# Algoflex

Sharpen your algorithm skills — right from the terminal.

**Algoflex** brings focused algorithm practice into the comfort of your command line. Instant access to problems, fast feedback, and zero clutter.

### Key Features

- Lightweight, offline-first design.
- Multi-platform — runs smoothly on Linux, macOS, and Windows
- Curated algorithm problems — handpicked to sharpen fundamental skills.
- Keyboard-powered navigation — fly through the interface without a mouse, or use a mouse if that's how you roll.
- Progress tracking (dashboard) — see your best solve times and room for improvement.

### Installation

```bash
pip install algoflex
```

### Get Started

Once installed, just run:

```bash
algoflex
```

### Screenshots

![Algoflex Home Screen](assets/homepage.png)

![Algoflex Attempt Screen](assets/attempt.png)

![Algoflex Search Screen](assets/search.png)

![Algoflex Dashboard](assets/dashboard.png)
