deemix-py/README.md

34 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2020-05-19 18:34:50 +02:00
# ![](./icon.svg) deemix
## What is deemix?
deemix is a deezer downloader built from the ashes of Deezloader Remix. The base library (or core) can be used as a stand alone CLI app or implemented in an UI using the API.
2020-05-25 14:31:27 +02:00
## Installation
NOTE: If `python3` is "not a recognized command" try using `python` instead.<br>
2020-04-11 16:44:52 +02:00
<br>
2020-05-25 14:31:27 +02:00
### From PyPi
You can install the library by using `pip`:<br>
`python3 -m pip install deemix`<br>
If you install it this way you can use the deemix CLI by using `deemix` directly in your terminal instead of `python3 -m deemix`
2020-05-05 12:55:06 +02:00
2020-05-25 14:31:27 +02:00
### Building from source
After installing Python open a terminal/command prompt and install the dependencies using `python3 -m pip install -r requirements.txt --user`<br>
Run `python3 -m deemix --help` to see how to use the app in CLI mode.<br>
2020-05-13 01:33:04 +02:00
## What's left to do?
- Write the API Documentation
2020-05-25 14:31:27 +02:00
- Fix whatever is broken
2020-05-13 16:46:01 +02:00
2020-04-15 11:12:25 +02:00
# License
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.