dimitrieidifesk / Audiotok

Audiotok is a Python desktop application with a PyQT5 module interface that allows users to conveniently play audio from any folder on their computer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audiotok

Audiotok is a Python desktop application with a PyQT5 module interface that allows users to conveniently play audio from any folder on their computer. With Audiotok, you can switch tracks, pause, rewind, adjust the volume, and enjoy your favorite music hassle-free.

top-language

Key Features

  • Easy Audio Playback: Audiotok provides a user-friendly interface that allows you to effortlessly play audio files from any folder on your computer.

  • Track Management: Seamlessly switch between tracks of your choice with the convenient track management feature.

  • Pause and Rewind: Take control over your audio playback by pausing and rewinding tracks as needed.

  • Volume Controls: Customize your audio experience by adjusting the volume levels to your preference.

Installation

  1. Make sure you have Python installed on your computer. You can download it from the official Python website: python.org.

  2. Clone this repository to your local machine using the following command:

    git clone https://github.com/dimitrieidifesk/audiotok.git

  3. Navigate to the project directory:

    cd audiotok
    
  4. Install the dependencies using pip:

    pip install -r requirements.txt
    
  5. Run the application:

    run_audiotok.sh  or  just click on label
    

Usage

  1. Launch the Audiotok application.

  2. Use the intuitive interface to browse your computer and select the folder containing the audio files you want to play.

  3. Once the folder is selected, you can see the list of available audio tracks.

  4. Click on a track to start playing it.

  5. Use the playback controls, such as pause, rewind, and volume adjustment, to enhance your listening experience.

  6. Enjoy your favorite music seamlessly with Audiotok!

Contributing

Contributions are welcome! If you would like to contribute to Audiotok, please follow these steps:

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix.

  3. Commit your changes and push them to your fork.

  4. Submit a pull request, and we will review your changes.

Please ensure that your contributions adhere to the project's coding style and guidelines.

Acknowledgments

Contact

If you have any questions, suggestions, or feedback, please feel free to contact:

About

Audiotok is a Python desktop application with a PyQT5 module interface that allows users to conveniently play audio from any folder on their computer.


Languages

Language:Python 100.0%Language:Shell 0.0%