deemix-main

所属分类:通讯编程
开发工具:Python
文件大小:54KB
下载次数:0
上传日期:2021-02-17 09:37:57
上 传 者Jishou
说明:  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.

文件列表:
LICENSE.txt (32473, 2021-02-11)
deemix (0, 2021-02-11)
deemix\__init__.py (225, 2021-02-11)
deemix\__main__.py (1047, 2021-02-11)
deemix\app (0, 2021-02-11)
deemix\app\__init__.py (534, 2021-02-11)
deemix\app\cli.py (1407, 2021-02-11)
deemix\app\downloadjob.py (38549, 2021-02-11)
deemix\app\messageinterface.py (159, 2021-02-11)
deemix\app\queueitem.py (4478, 2021-02-11)
deemix\app\queuemanager.py (24257, 2021-02-11)
deemix\app\settings.py (8062, 2021-02-11)
deemix\app\spotifyhelper.py (15164, 2021-02-11)
deemix\types (0, 2021-02-11)
deemix\types\Album.py (5548, 2021-02-11)
deemix\types\Artist.py (382, 2021-02-11)
deemix\types\Date.py (818, 2021-02-11)
deemix\types\Lyrics.py (1142, 2021-02-11)
deemix\types\Picture.py (866, 2021-02-11)
deemix\types\Playlist.py (1898, 2021-02-11)
deemix\types\Track.py (10349, 2021-02-11)
deemix\types\__init__.py (271, 2021-02-11)
deemix\utils (0, 2021-02-11)
deemix\utils\__init__.py (4003, 2021-02-11)
deemix\utils\decryption.py (1316, 2021-02-11)
deemix\utils\localpaths.py (1400, 2021-02-11)
deemix\utils\pathtemplates.py (11487, 2021-02-11)
deemix\utils\taggers.py (8193, 2021-02-11)
icon.svg (53796, 2021-02-11)
requirements.txt (72, 2021-02-11)
setup.py (1062, 2021-02-11)
updatePyPi.sh (160, 2021-02-11)

# ![](./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. ## Installation NOTE: If `python3` is "not a recognized command" try using `python` instead.

### From PyPi You can install the library by using `pip`:
`python3 -m pip install deemix`
If you install it this way you can use the deemix CLI by using `deemix` directly in your terminal instead of `python3 -m deemix` ### Building from source After installing Python open a terminal/command prompt and install the dependencies using `python3 -m pip install -r requirements.txt --user`
Run `python3 -m deemix --help` to see how to use the app in CLI mode.
## What's left to do? - Write the API Documentation - Fix whatever is broken # 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 .

近期下载者

相关文件


收藏者