Metadata-Version: 2.1
Name: tubemixer
Version: 0.1
Summary: A tool to extract audio from YouTube videos
Home-page: https://github.com/nullchamber/tubemixer
Author: Dylan M. Garrett
Author-email: nullchamberdev@pm.me
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
Requires-Dist: pytube
Requires-Dist: pydub

# tubemixer

This tool downloads a YouTube video and extracts its audio as an MP3 file.


## Installation


```bash
pip install tubemixer
```

