return to src
 
Main

Code Structure
The Snake Synth code consists of two main files: form.py and main.py. The form.py file contains the 
implementation of the GUI using PySide6 widgets, while main.py acts as the entry point for the application.
 
To use the synthesizer, follow these steps:
 
1. Make sure you have all the required dependencies installed, including PySide6, NumPy, and sounddevice.
You can use the command 'pip install -r requirements.txt' in the root directory.
2. To run the synthesizer, use the command 'python3 main.py'

 
Modules
       
sys

 
Data
        WINDOW_HEIGHT = 590
WINDOW_WIDTH = 1001