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

https://github.com/concaption/heuristics

heuristics
https://github.com/concaption/heuristics

Last synced: about 1 year ago
JSON representation

heuristics

Awesome Lists containing this project

README

          

# greedy coin

It uses click to build cli.

```
python -m venv .venv
source .venv/bin/activate
```

```
make install
```

```
git add .
git commit -m "Initial Commit"
git push
```

```
nano ~/.bashrc
source .venv/bin/activate

```

```
chmod +x main.py
./main.py
```