Metadata-Version: 2.4
Name: noodle-tui
Version: 0.1.0
Summary: A terminal-based typing test app built with Textual
Author: Oliyad Zelalem Abdena
License-Expression: MIT
Project-URL: Homepage, https://github.com/ozimmortal/noodle
Project-URL: Repository, https://github.com/ozimmortal/noodle
Keywords: typing,tui,textual,cli,terminal
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Utilities
Classifier: Topic :: Games/Entertainment
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: platformdirs>=4.11.0
Requires-Dist: questionary>=2.1.1
Requires-Dist: requests>=2.34.2
Requires-Dist: textual>=8.2.8
Requires-Dist: typer>=0.27.1

# noodle...

A terminal typing test, inspired by Monkeytype. Built with Python and [Textual](https://textual.textualize.io/).

<img width="1438" height="681" alt="image" src="https://github.com/user-attachments/assets/73e801b5-42ad-4041-859c-7c21e56f8f2a" />

## Features

- Clean, minimal terminal UI
- Live WPM and accuracy tracking
- Multiple test modes (time, words)
- Local history of past results

## Installation

```bash
git clone https://github.com/yourusername/noodle.git
cd noodle
uv sync
```

## Usage

```bash
uv run noodle
```

## Recommended font

For best results, use a monospace font with full Unicode support, such as JetBrains Mono, Fira Code, or Cascadia Code.

## Status

Early development. More features and modes coming soon.
