Metadata-Version: 2.1
Name: taptempo
Version: 1.1.1
Summary: A simple GUI program to tap-in a tempo
Home-page: https://github.com/blurks/taptempo
Author: Tarik Havighorst
Author-email: code@blurks.de
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/blurks/taptempo/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rtmidi
Provides-Extra: test
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: tox ; extra == 'test'

# Tap-Tempo

![Screenshot of the GUI](./screenshot.png)

This is a simple Program to tap-in a tempo.  It calculates the time
between to taps in BPM as well as the average BPM of multiple taps.
It is also possible to connect a MIDI device as tapping input.  The
GUI is build with tkinter.

## Installation

The programm is available via pip: ``pip install taptempo``.

![Tests](https://github.com/blurks/taptempo/actions/workflows/tests.yml/badge.svg)


