This program is used to fetch local game data and display various information depending on your needs.
- Display of hidden names
- Display of agents and teamsides
- Europe and North America support
- Interval state changes
- CPU: Intel i3 or equivalent
- RAM: 1GB minimum
- Storage: 50MB of free space
- OS: Windows 10 or later, macOS 10.15 or later, Linux (any modern distribution)
- GPU: Integrated graphics sufficient, dedicated GPU recommended for better performance
pip install json
pip install time
pip install requests
pip install valclient
pip install colorama
- Make sure you have a code editor installed (I recommend Visual Studio Code but go ahead with any code editor)
- Have Python 3.10 or later installed to $Path
- Download the .Zip file and locate it into a folder on your PC
- Extract the .Zip file inside your folder
- Open your code editor of choice and drag the file inside
- Open terminal and install the following libraries:
pip install requests
pip install valclient
pip install colorama
- Run the main.py and have fun!
This project is licensed under custom licensing. See the LICENSE file for details.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
Please make sure your code adheres to the existing style conventions and passes all tests.
- I can be reached via email at:
phillip6162@gmail.com