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

https://github.com/rt75272/random_goodies

Random and ridiculous goodies using Python
https://github.com/rt75272/random_goodies

fibonacci-sequence loading-animations python random ridiculous

Last synced: 12 days ago
JSON representation

Random and ridiculous goodies using Python

Awesome Lists containing this project

README

        

# Random_Goodies
Random and ridiculous goodies built with Python

_Activate Virtual Environment:_
```sh
$ cd Random_Goodies/
$ source random_goods/bin/activate
```
_Install Requirements:_
```sh
$ pip install -r requirements.txt
```
_Exit Virtual Environment:_
```sh
$ deactivate
```