Skip to content

uselessvevo/pie-audio

Repository files navigation

Pie Audio - Simple audio editor with plug-ins support

Python 3.7 Python 3.8 Python 3.9 Python 3.10

Documentation

EnglishРусский

Before I start, I want to say a special thanks to the creators of the spyder-ide project, as some code is based on it.

Installing and running the application

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 .)
  • Run the program: python pie-audio.py or pie-audio.exe

Development

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

In Pycharm

Mark folder as source

Pycharm
Add or load environment variables

Pycharm

In VS Code

Add environment variables file

VSCode

After that, you good to go and write your own code :)