Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ronaldleung1/thonktank

🤔 A Python CLI application to put down project ideas (WIP)
https://github.com/ronaldleung1/thonktank

Last synced: about 19 hours ago
JSON representation

🤔 A Python CLI application to put down project ideas (WIP)

Awesome Lists containing this project

README

        

# 🤔 Thonktank
A simple CRUD Python CLI application to store project ideas in a SQLite database

## Getting Started
### Install

Requirements
- Python3
- pip (to install requirements.txt dependencies)

Additionally, create a `.env` file and supply it with `DB_FILE_PATH=/thonktank.db`

### Run
You can run it directly in the program directory with
```
$ python3 main.py
```