├── INSTALL PACKAGES.bat ├── LICENSE ├── PartyServer.py ├── README.md ├── START SERVER.bat └── requirements.txt /INSTALL PACKAGES.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xMistt/PartyServer/HEAD/INSTALL PACKAGES.bat -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xMistt/PartyServer/HEAD/LICENSE -------------------------------------------------------------------------------- /PartyServer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xMistt/PartyServer/HEAD/PartyServer.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xMistt/PartyServer/HEAD/README.md -------------------------------------------------------------------------------- /START SERVER.bat: -------------------------------------------------------------------------------- 1 | py PartyServer.py 2 | cmd /k 3 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | sanic 2 | --------------------------------------------------------------------------------