Go to file
RemixDev a9d6b0e9f6 Merge branch 'master' of uh_wot/deemix into master 2020-03-09 16:51:19 +00:00
deemix replaced time.wait with time.sleep 2020-03-09 17:07:16 +01:00
.gitignore Initial Commit 2020-02-16 18:32:10 +01:00
README.md Shelved GUI and added cli usage instead 2020-02-23 22:51:16 +01:00
requirements.txt replaced "blowfish" with "pycryptodome" for faster decryption 2020-02-29 22:21:56 +01:00

README.md

How to use

Install the dependencies using pip install -r requirements.txt
Run python -m deemix --help to see how to use the app

TODO

Making the download work in multi-threading
Finish porting all features
Make the GUI after all is implemented