Skip to content

bartosz121/mousai

Repository files navigation

Mousai

Music player built in Python

Demo img

Getting started

Clone the project

  git clone https://github.com/bartosz121/mousai

Go to the project directory

  cd mousai

Create new virtual environment

  python -m venv env

Activate environment

  # on Linux
  source env/bin/activate

  # on Windows
  ./env/Scripts/activate

Install dependencies

  pip install -r requirements.txt

Run music player

  python mousai/mousai.py

Usage

  • Random songs are picked from playlist and added to play queue
  • Add songs to your playlist File -> Add songs / Add songs from directory
  • Check queue and history in window menu. File -> Show queue / Show history

Keyboard shortcuts

  • Return - Start selected song from playlist table
  • M/N - Turn volume up/down
  • Space - Pause/Resume current song
  • R - Restart current song

TODO

  • Delete items from playlist
  • Settings window in Edit menu
  • Turn on/off random song picking
  • Turn on/off loop mode of one song

About

Music player built in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages