https://github.com/bbalduzz/valoswitcher
Valorant (Riot) account switcher amde in python and distributed as an executable
https://github.com/bbalduzz/valoswitcher
account switcher valorant
Last synced: 5 months ago
JSON representation
Valorant (Riot) account switcher amde in python and distributed as an executable
- Host: GitHub
- URL: https://github.com/bbalduzz/valoswitcher
- Owner: Bbalduzz
- Created: 2023-08-28T13:24:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T11:11:15.000Z (about 1 year ago)
- Last Synced: 2025-04-08T21:41:52.066Z (6 months ago)
- Topics: account, switcher, valorant
- Language: Python
- Homepage:
- Size: 82 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
A sharp looking tool to switch between your valorant accounts
Local. Free. Open Source.
![]()
### How to use
- change the `RIOTCLIENT_PATH` in config.ini to your riotclient's path
- add your riot accounts in the config.ini:
1. __manually__: follow this structure:
```ini
[ACCOUNT1]
name = in_game_username:tag
riot_username = xxxxxxxxxx
password = xxxxxx
[ACCOUNT2]
name = in_game_username:tag
riot_username = xxxxxxxxxx
password = xxxxxx
...
```
2. or add them though ValoSwitch clicking "Add Account"
### How to compile
- `python -m nuitka --standalone --onefile --enable-plugin=pyqt6 --include-data-dir=assets=assets main.py`
- copy the config.ini in the newly created `main.dist` folder### Demo
https://github.com/Bbalduzz/ValoSwitcher/assets/81587335/066a6350-b045-45e4-bd9b-5d1ac75dd417