Skip to content

A simple TUI Journal

License

Notifications You must be signed in to change notification settings

DragonSenseiGuy/midnight-journal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dad4f73 · · Nov 30, 2025

History

17 Commits
Nov 30, 2025
Nov 30, 2025
Nov 30, 2025
Nov 9, 2025
Nov 30, 2025
Nov 30, 2025
Nov 30, 2025
Nov 30, 2025

Repository files navigation

Midnight Journal

A simple TUI Journal for Midnight

Features

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

Install

You can create a virtual environment if you'd like but first run pip install midnight-journal and then run midnight_journal and it will start!

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

Releases

No releases published

Packages

No packages published

Languages