Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

theoparis/bonk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bonk

A bongo.cat wrapper made in Python 3.

Requirements

See requirements.txt

You also need geckodriver on your system path.

Example

First, git clone https://github.com/creepinson/bonk. Next, cd bonk.

Now you can run the example file:

python3 -m bongo.example

This example opens a firefox browser instance, then plays the C note on the keyboard 10 times with a 0.25 second delay in between.

API Usage

from .bongo import Bongo, Notes

bongo = Bongo()
bongo.note(Notes.C).play(0.25, 10)

About

Bongo.cat wrapper in python 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages