Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 710b861

Browse files
Merge pull request #2 from techboy-coder/v010
2 parents 8a13ad2 + 156d067 commit 710b861

File tree

8 files changed

+38
-6
lines changed

8 files changed

+38
-6
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![carbon](./carbon.svg)
1+
![](mmdl image.png)
22

33
# mmdl - Mega Music Downloader
44

@@ -75,3 +75,20 @@ We welcome contributions very much. They are appreciated.
7575
2. Fork the repo and make your changes.
7676
3. Send a pull request.
7777

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+

dist/mmdl-0.0.12.tar.gz

-11 KB
Binary file not shown.
Binary file not shown.

dist/mmdl-0.1.0.tar.gz

11.4 KB
Binary file not shown.

mmdl image.png

143 KB
Loading

mmdl.egg-info/PKG-INFO

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: mmdl
3-
Version: 0.0.12
3+
Version: 0.1.0
44
Summary: MMDL [Mega Music Downloader] - A tool to easily download music.
55
Home-page: https://github.com/techboy-coder/mmdl
66
Author: techboy-coder
@@ -13,10 +13,9 @@ Classifier: Natural Language :: English
1313
Classifier: Operating System :: OS Independent
1414
Classifier: Programming Language :: Python :: 3.9
1515
Description-Content-Type: text/markdown
16-
License-File: LICENCE
1716

1817

19-
![carbon](./carbon.svg)
18+
![](mmdl image.png)
2019

2120
# mmdl - Mega Music Downloader
2221

@@ -93,5 +92,22 @@ We welcome contributions very much. They are appreciated.
9392
2. Fork the repo and make your changes.
9493
3. Send a pull request.
9594

95+
## Credits 🥂
96+
97+
**The following amazing libraries helped me make this project:**
98+
99+
- https://github.com/tmbo/questionary - Questionary by Tom Bocklisch and Kian Cross
100+
- https://github.com/alexmercerind/youtube-search-python - Youtube Search Python by Hiteh Kumar Saini
101+
- https://github.com/willmcgugan/rich - Rich by Will McGugan
102+
- https://github.com/ytdl-org/youtube-dl - YoutubeDl
103+
104+
## License ⚖️
105+
106+
The MIT License (MIT)
107+
108+
Copyright (c) 2021 - techboy-coder
109+
110+
------
111+
96112

97113

mmdl.egg-info/SOURCES.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
LICENCE
21
MANIFEST.in
32
README.md
43
setup.py

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
1010
long_description = "\n" + fh.read()
1111

12-
VERSION = '0.0.12'
12+
VERSION = '0.1.0'
1313
DESCRIPTION = 'MMDL [Mega Music Downloader] - A tool to easily download music.'
1414
LONG_DESCRIPTION = 'Music Downloading Cli Tool. Downloads audio and metadata from YouTube.'
1515

0 commit comments

Comments
 (0)