Software that truly stretches VALORANT
This is my first repositories on GitHub, my biggest python project and my first time using flet.
The aim of this software is to convert VALORANT to True Stretched Resolution very quickly and easily. There is already a method for doing this, but it takes much more time, using the WinExplorer software.
You can stretch VALORANT in any resolution (existing or customised).
- You must have Python v3.10+ installed (You can have some issues with Microsoft Store version), you can download it here.
- You must install requirements by opening a command prompt in the source directory and running this command line :
pip install -r requirements.txt
- Run the gui.pyw file in the source directory and an application should be appear.
- Now in the app, click on the
📁
button and find RiotClientServices.exe. - Then click on the
Patch & Start VALORANT
button, if it worked, the path of RiotClientServices.exe will be saved and a message should appear saying : Done!
Moreover, Done! can appear but VALORANT didn't start, don't worry, it's been patched anyway and all you have to do is to click on theStart
button in Riot Client.
- Once the game has started, you can select your desired resolution in the
Dropdown
list.
- Hit the
✔️
button to confirm your resolution and apply stretch, your resolution will be saved and a message should appear saying : VALORANT in now stretched!.
If window styles aren't applied, remove the docstrings quotes in the gui.pyw to request admin privileges.
- If you click on the
🖥️
button, it will set your resolution to default (your computer's highest resolution, which should be the default one). - If you click on the
🗑️
button, it will clear the selection the dropdown list. - Finally, you can close the application by clicking on the
Close
button.