Go to file
RemixDev 9e7411faf9 Merge branch 'master' of uh_wot/deemix into master 2020-02-22 14:59:08 +00:00
deemix Merge branch 'master' of uh_wot/deemix into master 2020-02-22 14:59:08 +00:00
.gitignore Initial Commit 2020-02-16 18:32:10 +01:00
README.md Added a bunch of stuff 2020-02-20 15:42:12 +01:00
requirements.txt Added README.md and requirements 2020-02-17 17:02:52 +01:00

README.md

How to use

Install wxpython (check if there are builded packages for your distribution, if not then just run pip install wxpython and it should build it for your system)
Install the rest of the dependencies using pip install -r requirements.txt
Run python -m deemix to run the app

TODO

Find all dependencies and add them to requirements.txt
Making the download work in multi-threading
Add the settings in the GUI
Finish porting all features