tTunes
A simple music player (MP3, etc.) using Textual.
Version 0.0.1-alpha
If you have any music (currently MP3 or Ogg Vorbis) to hand, pop something into ./demo_music
to get started.
Sample music files used in the development of this app were downloaded from SoundHelix. Copyright for these belongs to the appropriate artist(s).
$ python3 -m venv ./venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ # textual console in another terminal, if you like
$ textual run --dev music_player.py
.mp3
, .ogg
music files.mp4
, .m4a
and/or .flac
filestextual console
, it can get a little chuggy. It seems pretty swift when running
stand-alone.