Skip to content

Commit e91176e

Browse files
committed
from pc to github
1 parent d251e1a commit e91176e

14 files changed

Lines changed: 618 additions & 0 deletions

AutoPlaytime.py

Lines changed: 587 additions & 0 deletions
Large diffs are not rendered by default.

PY-to-EXE.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@echo off
2+
python -m pip install auto-py-to-exe
3+
python -m auto_py_to_exe

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
# Auto Playtime Roblox Rivals
3+
4+
A script to do the playtime contracts for Roblox Rivals
5+
6+
7+
## Installation
8+
9+
Install Auto-Playtime-Roblox-Rivals with python 3.12
10+
https://www.python.org/downloads/release/python-31210/
11+
12+
```python
13+
python -m pip install -r requirements.txt
14+
python AutoPlaytime.py
15+
```
16+
17+
# Or run the exe from the release page

install.bat

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@echo off
2+
python -m venv env
3+
call env\Scripts\activate.bat
4+
5+
python -m pip install -r requirements.txt
6+
7+
echo Done
8+
pause

pics/GNade.png

16.4 KB
Loading

pics/grid-slot.png

445 KB
Loading

pics/grid.png

35.5 KB
Loading

pics/health.png

4.57 KB
Loading

pics/help.png

31.1 KB
Loading

pics/list-slot.png

355 KB
Loading

0 commit comments

Comments
 (0)