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 ValManagerThere 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: WriteJSONdata to the ValManager directoryread: ReadJSONdata to the ValManager directory