Metadata-Version: 2.4
Name: midnight-journal
Version: 0.6
Summary: A simple TUI Journal
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: textual>=6.5.0
Requires-Dist: rich>=13.0.0
Dynamic: license-file

# Midnight Journal

A simple TUI Journal for [Midnight](https://midnight.hackclub.com)

## Features

- A simple TUI based interface
- Save you Journals
- Markdown rendering
- Auto scroll


## Setup(macOS)

Make a virtual environment
```
python3 -m venv .venv
```

Activate virtual environment

Windows:
```
.venv\Scripts\activate
```

Linux/macOS:
```
source .venv/bin/activate
```

### Install dependencies

```
uv sync
```

### Run Project

```
uv run app.py
```

## Development

### Install `textual-dev`

```
uv add textual-dev
```

Made with ❤️ by DragonSenseiGuy for [Midnight](https://midnight.hackclub.com)
