Metadata-Version: 2.1
Name: spectrumm
Version: 0.1.1
Summary: A small CLI utlity to plot audiofiles
Author: David Huss
Author-email: dh@atoav.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: matplotlib (>=3.2.2,<4.0.0)
Requires-Dist: numpy (>=1.19.0,<2.0.0)
Requires-Dist: pydub (>=0.24.1,<0.25.0)
Requires-Dist: scipy (>=1.5.1,<2.0.0)
Description-Content-Type: text/markdown

# Spectrumm



A wrapper between pythons matplotlib and the terminal. Allows you to plot audiofiles quickly.



## Installation

`pip install spectrumm`
