itsjfx / steam-account-switcher

Steam Account Switcher written in Python with mobile support!
https://jfx.ac
5 stars 1 forks source link

Where to download PyAutoit #2

Open TheSoulrester opened 6 years ago

TheSoulrester commented 6 years ago

Hey, where can i download PyAutoit? Can't find any download sections in google.... Only Autoit and it requieres "au3"-files

itsjfx commented 6 years ago

It's on pip https://pypi.org/project/PyAutoIt/ just use pip install pyautoit or pip install -r requirements.txt

TheSoulrester commented 6 years ago

and how should i use these commands? 🗡 i'm on a windows 10 system. cmd says it doesnt know these commands

itsjfx commented 6 years ago

Try running python -m pip install -r requirements.txt in the directory of the txt file, if it doesn't work you might need to install pip - there's a guide here: https://pip.pypa.io/en/stable/installing/ just save the python file get-pip.py and run it then retry the above.

TheSoulrester commented 6 years ago

don't know what i'm doing wrong.... something went through but after that, i got an error and nothing worked. all i want is an easy and working steam account switcher 🗡 ;)

ckravig commented 5 years ago

Make sure you have the 32bit version of python, the 64bit can cause some issues.

ckravig commented 5 years ago

Also, make sure you have Python 2.7 because 3.7 won't work.