ZeCryptic / osu-cat

141 stars 29 forks source link

How do I run it #29

Open SlimeyTurtles opened 6 years ago

SlimeyTurtles commented 6 years ago

I try to run the program with Python, but it instantly closes afterward

ecinteza commented 6 years ago

Open an cmd in the folder and run the command python osu!cat.py .

If it says u miss some dependencies u do pip install <dependency> . You need to install pywin32 in order to install win32gui (if it's missing) .

SlimeyTurtles commented 6 years ago

It says that it can't find the file even thou I have it downloaded

SlimeyTurtles commented 6 years ago

I got it to run, but it is missing a module named keyboard, so I tried to download it, but it said i needed to upgrade to pip 18.0, but it wouldn't let me because of WinError 5

haruyuki commented 6 years ago

Try installing it again but with the argument --user and see if that fixes the issue.