/ValoSwitcher

Valorant (Riot) account switcher amde in python and distributed as an executable

Primary LanguagePython

valoswitch logo

A sharp looking tool to switch between your valorant accounts
Local. Free. Open Source.

DocumentationSupport Me

valoswitch

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:
      [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

showcase_cens.mp4