Go to file
RemixDev e33f73dfe5 Moved some stuff and changed some things 2020-02-22 15:57:24 +01:00
deemix Moved some stuff and changed some things 2020-02-22 15:57:24 +01: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