1
0
Fork 1
Datei suchen
Sofia 546899f3c7 Update 'README.md' 2020-12-05 23:10:16 +01: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
PYXHOOK_LICENSE Add pyxhook with a modification 2018-12-11 02:50:38 +02:00
README.md Update 'README.md' 2020-12-05 23:10:16 +01:00
bongocat.py Initial commit 2018-12-10 23:05:51 +02:00
bongocat_example.gif Add example 2018-12-10 23:50:26 +02:00
clackmanager.py Initial commit 2018-12-10 23:05:51 +02:00
input_manager.py Add support for pressing two buttons on the same side 2018-12-11 03:14:05 +02:00
keylist_linux_fi.py Add different keylist support and fix shifted_keys bug 2018-12-11 02:17:22 +02:00
keylist_win_fi.py Fix keys not being in lowercase 2018-12-11 02:26:21 +02:00
main.py Add support for pressing two buttons on the same side 2018-12-11 03:14:05 +02:00
pyxhook.py Fix a very awkward mistake in fixing issue 25 2018-12-11 02:57:40 +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).

bongocat_example
(example of me writing some stuff with the bongocat open)

Usage

Dependencies:

  • Python 2.7.x
  • PyHook (if using windows, PyxHook on linux)
  • Pygame
  • Make sure you have python-xlib installed

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

on Windows you can run on python -m pip install pyhook
for Linux, pyxhook sources are included

After that install pygame with python -m pip install pygame

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

This repository also contains the source code of pyxhook, which is licensed under a BSD license, with some modifications to fix issue 25