Skip to content

PriyeshArya/Valorant-Account-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Valorant Account Database (VAD)

This is a mini project built to target the problem of storing Main and Alternate Valorant IDs locally. 💼

Features

  • /add or /new : To add an Entry in the Database 📒
  • /find or /lookup : To lookup an Entry in the Database and automatically copy the Username and Password to clipboard. Ready to Paste 📋
  • /update : To update password of any existing Entry in the Database ✒️
  • /listall : To list all the Entries in the Database 📬

NOTE: Whatever you add as Riot ID Name, will be used as your primary key to lookup the database in future.

/add

Input:

/add //input command
NOOBIE //primary key: easier to remember, just put your in-game Valorant Name
admin //username
abc123 //password

Output:

Account Added Successfully

/find

Input:

/find
NOOBIE //primary key. May also put noobie/Noobie/noobiE

Output:

NOOBIE:
username: admin
password: abc123

Username has been copied to your Clipboard.
Press any key to continue . . .
Password has been copied to your Clipboard.

About

This is a mini project built to target the problem of storing Main and Alternate Valorant IDs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published