https://github.com/anze3db/words-tui
A TUI (Text User Interface) app for daily writing.
https://github.com/anze3db/words-tui
daily python textual tui writing
Last synced: 8 months ago
JSON representation
A TUI (Text User Interface) app for daily writing.
- Host: GitHub
- URL: https://github.com/anze3db/words-tui
- Owner: anze3db
- License: mit
- Created: 2023-07-31T18:50:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T12:09:43.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T23:17:05.031Z (8 months ago)
- Topics: daily, python, textual, tui, writing
- Language: Python
- Homepage:
- Size: 112 KB
- Stars: 44
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# words-tui
`words-tui` is an app for daily writing in your terminal, built with [Textual](https://github.com/Textualize/textual).
[](https://pypi.org/project/words-tui)
[](https://pypi.org/project/words-tui)
[](https://github.com/anze3db/words-tui/actions/workflows/build-and-test.yml)
-----
**Table of Contents**
- [Demo](#demo)
- [Installation](#installation)
- [Running](#running)
- [License](#license)
## 🎬 Demo
https://github.com/anze3db/words-tui/assets/513444/5f064606-384f-471d-8990-f4681dfff29c
## Installation
The easiest way to install `words-tui` is with [pipx](https://pypa.github.io/pipx/).
```console
pipx install words-tui
```
Alternatively, you can install it with `pip`:
```console
pip install words-tui
```
## Running
To run `words-tui`, simply run the following command:
```console
words-tui
```
It stores all of your writing in ~/.words-tui.db by default, but you can override this with the `WORDS_TUI_DB` environment variable or the `--db` flag.
```console
words-tui --db /path/to/db
```
## License
`words-tui` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.