Merge pull request #7 from helloyanis/main

Quality of life changes
This commit is contained in:
UnitedAirforce
2025-05-19 18:25:57 +08:00
committed by GitHub
3 changed files with 9 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
__pycache__/
player.db

View File

@@ -99,10 +99,12 @@ Note that MAC uses `python3`. Code examples in this document will use the defaul
Open command on Windows (MAC open terminal). Type `ipconfig` (MAC `ifconfig`), and obtain your IPV4 address. This assumes that you are connected to a WIFI, and it should start with 192 or 172.
Open the `config.py` of the private server, and change the `IP` accordingly.
Open the `config_old.py` of the private server, and change the `IP` accordingly.
Type `cmd` in the file directory on the top of the file explorer, and press enter. A command prompt will be opened for that directory.
Type `pip install -r requirements.txt` to install all the dependencies.
Type `python 7001.py` to start the server. If an error pops up, resolve it now did you install all the dependencies? Is the IP correct?
### Android (Harder)

4
requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
flask
bcrypt
pycryptodome
requests