Skip to content

ricky5932TW/SimpleEqualizer

Repository files navigation

SimpleEqualizer 🎚️

Welcome to SimpleEqualizer - your ultimate tool for adjusting your built-in equalizer on PCs, especially useful for car audio systems! This project is all about enhancing your audio experience by providing an easy way to fine-tune your stereo system.

Features 🌟

  • Quick EQ Adjustments: Say goodbye to the tedious process of EQ settings adjustment.
  • Persistent Settings: Our solution helps your EQ settings stay intact through Windows updates.
  • User-Friendly Interface: Utilizing a combination of Python, Flask, HTML, CSS, and JavaScript for a seamless experience.
  • Hardware Compatibility: Works best with quality hardware for accurate adjustments.

Installation Guide 🛠️

This section guides you through the setup process to get this project up and running on your system.

Using an Integrated Development Environment (IDE)

  1. Clone the Repository

    • Open your preferred IDE and use the clone repository feature.
    • Enter the URL: https://github.com/ricky5932TW/SimpleEqualizer
    • Choose the directory where you wish to save the project.
  2. Install Dependencies

    • Navigate to the project folder and locate the requirements.txt file.
    • Execute the following command in your IDE's terminal or command prompt: pip install -r requirements.txt
  3. Run the Project

    • Ensure all dependencies are installed without errors.
    • Open and run the project code through your IDE.
    • Start the application by running web_gui.py to launch the web interface.

Using Command Line Interface (CLI)

  1. Clone the Repository

    • Open your command line interface (CLI) and enter: git clone https://github.com/ricky5932TW/SimpleEqualizer
    • Change to the project directory: cd SimpleEqualizer
  2. Install Dependencies

    • Within the project directory, execute: pip install -r requirements.txt
  3. Run the Project

    • After installing all dependencies, start the application by running:
      python web_gui.py
      
    • This will launch the web interface.