KillTower
KillTower is a program that tracks the live state of players in a PUBG mobile game. It displays the live state of each player in a table that can be sorted by team and number of live players. The program can read data from a local mockup file or a URL.
Features
- Display the live state of each player in a table that can be sorted by team and number of live players.
- Can read data from a local mockup file or a URL.
- Each row of the table displays the logo of the team, the name of the team, and the live state of each player.
- The live state of each player is displayed using icons that represent whether the player is alive, knocked out, or dead.
- The table can be resized based on the content.
- The program uses PyQt5 for the user interface.
- The program is cross-platform and can be run on Windows, Linux, and macOS.
- The program updates the data every 1 second.
- Abilty to bring custom fonts, backgrounds, and manny other visual modifications
Screenshot
Diagram
Usage
- Install Python 3.x on your computer.
- Install the required packages by running the following command in your terminal: pip install PyQt5 requests.
- Clone or download the repository to your computer.
- Open a terminal in the directory where you cloned the repository.
- Run the program by typing python killtower.py in your terminal.
License
This project is licensed under the MIT License. See the LICENSE file for details.