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

https://github.com/jsonfm/lottery-game


https://github.com/jsonfm/lottery-game

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

## Lottery
A game made with Python.

### Installation
Linux/MacOS:
```
python3 -m venv/bin/activate
source venv/bin/activate
pip install -r requirements.txt
```
Windows:
```
virtualenv venv
venv\Scripts\activate
pip install -r requirements.txt
```
### Execution
```
python3 main.py
```