Metadata-Version: 2.1
Name: PyAudacity
Version: 0.1.0
Summary: A Python module to control a running instance of Audacity through its macro system.
Home-page: https://github.com/asweigart/pyaudacity
Author: Al Sweigart
Author-email: al@inventwithpython.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

PyAudacity
======

A Python module to control a running instance of Audacity through its macro system.

UNDER CONSTRUCTION - Currently doesn't work.

Installation
------------

To install with pip, run:

    pip install pyaudacity

Quickstart Guide
----------------

TODO - fill this in later
