I recently discovered these:
https://pypi.python.org/pypi/PyAutoIt
https://github.com/jacexh/pyautoit
I guess any python developer knows what these are.
The problem is that I`m on a 64bit version of Windows and i can`t use neither
pip install -U pyautoit
nor
python setup.py install
to install the package
Is there anyone who has the same problem like me?
Suggest your suggestions
*(nice joke right there )*
Problem solved -> Apparently when i run the setup.py file from github it worked.