Skip to content

Windstar343/VRYv2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VRYv2, Valorant fetcher

This program is used to fetch local game data and display various information depending on your needs.

Features

  • Display of hidden names
  • Display of agents and teamsides
  • Europe and North America support
  • Interval state changes

Hardware requirements

  • 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

Libraries used

  • pip install json
  • pip install time
  • pip install requests
  • pip install valclient
  • pip install colorama

Todos before installing

  1. Make sure you have a code editor installed (I recommend Visual Studio Code but go ahead with any code editor)
  2. Have Python 3.10 or later installed to $Path

Usage instructions

  1. Download the .Zip file and locate it into a folder on your PC
  2. Extract the .Zip file inside your folder
  3. Open your code editor of choice and drag the file inside
  4. Open terminal and install the following libraries:
    • pip install requests
    • pip install valclient
    • pip install colorama
  5. Run the main.py and have fun!

Licensing

This project is licensed under custom licensing. See the LICENSE file for details.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

Please make sure your code adheres to the existing style conventions and passes all tests.

Contact

  • I can be reached via email at: phillip6162@gmail.com

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%