Linux/Unix
- add keys from email into keys.txt
- type 'source venv/bin/activate'
- run 'python steamkey-redeem.py'
- should read all keys in back to you
- login and enter steam email key
- congrats all your keys should be redeemed!
Windows - venv
- add keys from email into keys.txt
- Install python3.9 from microsoft store (if you don't have it already)
- (admin powershell) Set-ExecutionPolicy RemoteSigned
- Change the path in venv_windows\pyvenv.cfg to point to your installed python
- (powershell) 'venv_windows/Scripts/Activate.ps1'
- within the venv, run 'python steamkey-redeem.py'
- should read all keys in back to you
- login and enter steam email key
- congrats all your keys should be redeemed!
Windows - without venv
- add keys from email into keys.txt
- Install python3.9 from microsoft store (if you don't have it already)
(powershell) python -m venv(powershell) 'venv/bin/Activate.ps1'- python -m pip install -r requirements.txt
- python -m pip install steam google
- within the venv, run 'python steamkey-redeem.py'
- should read all keys in back to you
- login and enter steam email key
- congrats all your keys should be redeemed!