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
- Host: GitHub
- URL: https://github.com/rt75272/random_goodies
- Owner: rt75272
- Created: 2023-11-02T22:44:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-15T16:50:42.000Z (about 1 year ago)
- Last Synced: 2025-03-13T01:42:27.655Z (3 months ago)
- Topics: fibonacci-sequence, loading-animations, python, random, ridiculous
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```