Go to file
Sofia 502e8f7725 Initial commit 2018-12-10 23:05:51 +02:00
audio Initial commit 2018-12-10 23:05:51 +02:00
img Initial commit 2018-12-10 23:05:51 +02:00
.gitignore Initial commit 2018-12-10 23:05:51 +02:00
LICENSE Initial commit 2018-12-10 23:05:51 +02:00
README.md Initial commit 2018-12-10 23:05:51 +02:00
bongocat.py Initial commit 2018-12-10 23:05:51 +02:00
clackmanager.py Initial commit 2018-12-10 23:05:51 +02:00
input_manager.py Initial commit 2018-12-10 23:05:51 +02:00
main.py Initial commit 2018-12-10 23:05:51 +02:00

README.md

Programming Bongocat!

A simple python program that catches all your global keyboard inputs and then pretends to press them (bongocat will press the keyboard with their left paw if the button is on the left side of the keyboard and with their right paw if it's on the right).

Usage

Dependencies:

When you've made sure your python is version 2.7.x,

on Windows you can run on python -m pip install pyhook
or on Linux run python -m pip install pyxhook

After that install pygame with python -m pip install pygame

If you are working on linux you need to replace pyHook with pyxhook on line 5 of main.py

And then you should be able to open bongocat with python main.py

License

Programming bongocat is licensed under the terms of the MIT license