A python module to manage ValUtils user Valorant configurations and loadouts.
- Multiple profiles
- Incremental backups for configuration
- Ease of use
The preferred method of installation is through pip
but if you know better use the package manager that you want.
pip install ValManager
There is two modules to import config
and loadout
they both contain the following methods:
upload
: Upload a configuration that is in-disk on the ValManager directorydownload
: Download a configuration to the ValManager directorybackup
: Make a backuprestore
: Restore a backup of a user
Files:
list
: List all the configurationswrite
: WriteJSON
data to the ValManager directoryread
: ReadJSON
data to the ValManager directory