Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only 2 things I noticed in command line #3

Closed
HeidrHH opened this issue Aug 23, 2024 · 2 comments
Closed

Only 2 things I noticed in command line #3

HeidrHH opened this issue Aug 23, 2024 · 2 comments

Comments

@HeidrHH
Copy link

HeidrHH commented Aug 23, 2024

Hello :)

and thank you for your work.

The command line for my Razer BlackWidow V4 is the following:

python3 create-wave.py -d 5 -D LR --fps 24 -c 23 -r 8 --device "Razer BlackWidow V4"

I had to type phyton3 instead of phyton and the device name I had to put into quotation marks.

Like that it works fine now and the wave is not annoying fast anymore.

@Teskann
Copy link
Owner

Teskann commented Sep 8, 2024

Hi @HeidrHH, my pleasure to share this script with you.

Indeed, you need to use Python 3. If python binds to Python 2.x, you might need to call python3 instead. However, this should not be needed on recent systems.

Indeed, the quotes are required, otherwise the script will parse every white space as a delimiter for arguments separation.

Teskann added a commit that referenced this issue Sep 8, 2024
Added details regarding comments of #3
@Teskann
Copy link
Owner

Teskann commented Sep 8, 2024

Thank you for your feedback, I added details to the read me so it's more clear.

@Teskann Teskann closed this as completed Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants