Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/ronaldleung1/thonktank
- Owner: ronaldleung1
- License: mit
- Created: 2021-07-09T01:07:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T20:25:18.000Z (over 3 years ago)
- Last Synced: 2023-08-13T23:32:00.210Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🤔 Thonktank
A simple CRUD Python CLI application to store project ideas in a SQLite database## Getting Started
### InstallRequirements
- 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
```