Metadata-Version: 2.4
Name: algoflex
Version: 0.1.12
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 Home Screen](assets/homepage.png)

Tired of browser tabs and distractions? **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 core skills.
- ⌨️ Keyboard-powered navigation — fly through the interface without a mouse, or use a mouse if that's how you roll.
- 📈 Progress tracking — see your best solve times and number of submissions.

### Installation

```bash
pip install algoflex
```

### Get Started

Once installed, just run:

```bash
algoflex
```
