Before we start, I want to say a special thanks to the creators of the spyder-ide project, as some code is based on it.
Note
I've tested this program only under Windows 10. Feature releases will touch this problem.
Since the project is under active development, the installation package available on pypi is not yet available. This means that you will need the git versioning program and the pip package manager. Let's get started.
- Clone the project via git:
git clone https://github.com/uselessvevo/pie-audio
- Create virtual environment via
python3-venv
- Install all dependencies (
python -m pip install -r requirements.txt
) or install through the package manager (pip install .
) - Open terminal and type
pyside6-genpyi all --feature snake_case
to generate the PySide6's snake case feature. Then do next in your favourite code editor - Run the program:
python pie-audio.py
orpie-audio.exe
- Add or load environment variables