This repository was archived by the owner on Jun 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
- ![ carbon ] ( ./carbon.svg )
1
+ ![ ] (mmdl image.png )
2
2
3
3
# mmdl - Mega Music Downloader
4
4
@@ -75,3 +75,20 @@ We welcome contributions very much. They are appreciated.
75
75
2 . Fork the repo and make your changes.
76
76
3 . Send a pull request.
77
77
78
+ ## Credits 🥂
79
+
80
+ ** The following amazing libraries helped me make this project:**
81
+
82
+ - https://github.com/tmbo/questionary - Questionary by Tom Bocklisch and Kian Cross
83
+ - https://github.com/alexmercerind/youtube-search-python - Youtube Search Python by Hiteh Kumar Saini
84
+ - https://github.com/willmcgugan/rich - Rich by Will McGugan
85
+ - https://github.com/ytdl-org/youtube-dl - YoutubeDl
86
+
87
+ ## License ⚖️
88
+
89
+ The MIT License (MIT)
90
+
91
+ Copyright (c) 2021 - techboy-coder
92
+
93
+ ------
94
+
Original file line number Diff line number Diff line change 9
9
with codecs .open (os .path .join (here , "README.md" ), encoding = "utf-8" ) as fh :
10
10
long_description = "\n " + fh .read ()
11
11
12
- VERSION = '0.0.12 '
12
+ VERSION = '0.1.0 '
13
13
DESCRIPTION = 'MMDL [Mega Music Downloader] - A tool to easily download music.'
14
14
LONG_DESCRIPTION = 'Music Downloading Cli Tool. Downloads audio and metadata from YouTube.'
15
15
You can’t perform that action at this time.
0 commit comments