Skip to content

Sherry65-code/HeckPlayer

Repository files navigation

HeckPlayer

A Music Player for the Great.

  • A Demo

asciicast

  • Advantages

    • Runs in terminal
    • Takes less memory
    • Is less bloated
    • Cross-Platform
  • Disadvantages

    • Does not have many features
    • Unstable
  • Cloning the repository

    git clone https://github.com/Sherry65-code/HeckPlayer
  • How to run it

    python3 main.py <location to the directory where your music folder is there>

    For Example -

    python3 main.py ~/Music
  • How to install dependencies -

    pip install -r requirements.txt
    make
  • Configuring -

    Configure the player according to your own will by editing config.py

  • Key Codes

    • To toggle pause/play press F7
    • To go to Next Song press F8
    • To go to previous Song press F6
    • To toggle loop mode on and off press F5

Warning

Key Codes may not work in wayland.

Releases

No releases published

Packages

No packages published

Languages