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

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.

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
```