https://github.com/andreiglesias/42_slots
42 correction slots text-based monitor
https://github.com/andreiglesias/42_slots
42 42born2code python python3 slots
Last synced: 5 months ago
JSON representation
42 correction slots text-based monitor
- Host: GitHub
- URL: https://github.com/andreiglesias/42_slots
- Owner: AndreIglesias
- License: gpl-3.0
- Created: 2021-10-11T17:25:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T16:29:36.000Z (over 3 years ago)
- Last Synced: 2025-05-07T01:42:39.389Z (about 1 year ago)
- Topics: 42, 42born2code, python, python3, slots
- Language: Python
- Homepage:
- Size: 124 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
42_Slots
42 correction slots text-based monitor
## How To Use
To clone and run this application from your command line:
---
First clone and install dependencies:
```bash
# Clone this repository
$ git clone https://github.com/AndreIglesias/42_slots/
# Go into the repository
$ cd 42_slots
# Install dependencies
$ pip3 install -r requirements.txt
```
Setup the **PROJECT** and **TEAM_ID** variables at the top of *slots.py*:

It is optional to modify the **DBPWD** variable if you choose to use the keypass database to store your credentials.
---
```bash
# Run the app
$ ./slots.py
```
## License
> [GPL v3.0](LICENSE) ·
> [@AndreIglesias](https://github.com/AndreIglesias)