Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/epiccakeking/journal

A simple journal application
https://github.com/epiccakeking/journal

gtk gtk4 journal

Last synced: about 2 months ago
JSON representation

A simple journal application

Awesome Lists containing this project

README

        

# Journal

A simple journal application using GTK.

## Installation

From PyPI (probably out of date):

```
pip install epiccakeking-journal
```

From source:

```
pip install --no-cache-dir https://github.com/epiccakeking/journal/archive/main.zip
```

Run without installing:

```
git clone https://github.com/epiccakeking/journal.git
cd journal
python3 -m epiccakeking_journal
```