Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/epiccakeking/journal
- Owner: epiccakeking
- License: gpl-3.0
- Created: 2022-01-12T03:37:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-02T22:27:58.000Z (over 2 years ago)
- Last Synced: 2024-03-15T15:53:33.407Z (11 months ago)
- Topics: gtk, gtk4, journal
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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
```