https://github.com/nfo94/journal
Python CLI journal with SQLite.
https://github.com/nfo94/journal
python sqlite
Last synced: 2 months ago
JSON representation
Python CLI journal with SQLite.
- Host: GitHub
- URL: https://github.com/nfo94/journal
- Owner: nfo94
- Created: 2021-08-24T21:47:55.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-20T01:17:39.000Z (over 4 years ago)
- Last Synced: 2025-07-07T08:46:45.151Z (12 months ago)
- Topics: python, sqlite
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Python CLI journal with SQLite.
To run this app create a virtual environment:
```bash
python3 -m venv .venv
```
Activate virtual environment:
```bash
source .venv/bin/activate
```
Install dependencies:
```bash
pip install -r requirements.txt
```
Then run the app:
```bash
python app.py
```