https://github.com/jsonfm/lottery-game
https://github.com/jsonfm/lottery-game
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsonfm/lottery-game
- Owner: jsonfm
- Created: 2023-01-21T22:12:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-22T22:33:23.000Z (over 3 years ago)
- Last Synced: 2025-03-25T13:47:08.738Z (over 1 year ago)
- Language: Python
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```