deemix-py/README.md

9 lines
264 B
Markdown
Raw Normal View History

2020-02-17 17:02:52 +01:00
# How to use
Install the dependencies using `pip install -r requirements.txt`<br>
Run `python -m deemix --help` to see how to use the app
2020-02-17 17:02:52 +01:00
# TODO
2020-02-20 15:42:12 +01:00
Making the download work in multi-threading<br>
Finish porting all features<br>
Make the GUI after all is implemented