Last updated:
0 purchases
pymusicterm 0.0.4
pymusicterm
A music player for the terminal written in Python
Installation
To install pymusicterm, it is recommended to use pip:
pip install pymusic-term
You can install it from source. Clone this repository and use pip to install:
git clone https://github.com/EGAMAGZ/pymusicterm.git
cd pymusicterm
pip install .
If pymusicterm is already installed and you would like to update it, use:
pip install --upgrade pymusic-term
If updating local version, use:
cd pymusicterm
git pull
pip install --updgrade .
Note that you may require root acces for installing with pip depending on your system's python configuration
Usage
Once pymusicterm is intsalled. In a command line client type:
pymusicterm
In the status bar at the bottom of the window, you will find listed descriptions of how to use the keyboard shortcut to navigate the interface and the menus.
Windows Terminal is not yet supported
Notes
pymusicterm was made using py_cui. Check the project out!
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.