Skip to content

Interact with Ducky keyboards from Linux

License

Notifications You must be signed in to change notification settings

pobedria/duckydisco

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ducky Disco

This project allows you to turn your Ducky keyboard into music equalizer

Installation

pipenv install

Run

Activate pipenv

pipenv shell

Run main python script

python src/main.py

After first run you will get an error:

PermissionError: [Errno 13] Permission denied: '/dev/hidrawX'. Where X - is a specific port number, assigned by OS. To resolve it you need to grant permissions for this port

sudo chmod 777 /dev/hidrawX

About

Interact with Ducky keyboards from Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%