playrip 1.0.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
playrip/__init__.py ADDED
File without changes
@@ -0,0 +1,70 @@
1
+ Metadata-Version: 2.4
2
+ Name: playrip
3
+ Version: 1.0.0
4
+ Summary: Esse projeto é usado para abaixar musicas tanto no spotify e no Youtube
5
+ Author: IyinG
6
+ Author-email: 165347923+Blackgnr7@users.noreply.github.com
7
+ Requires-Python: >=3.10
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.10
10
+ Classifier: Programming Language :: Python :: 3.11
11
+ Classifier: Programming Language :: Python :: 3.12
12
+ Classifier: Programming Language :: Python :: 3.13
13
+ Classifier: Programming Language :: Python :: 3.14
14
+ Requires-Dist: eyeD3 (>=0.9.7)
15
+ Requires-Dist: mutagen (>=1.47.0)
16
+ Requires-Dist: pydub (>=0.25.1)
17
+ Requires-Dist: pytubefix (>=8.0.0)
18
+ Requires-Dist: requests (>=2.32.0)
19
+ Requires-Dist: spotipy (>=2.24.0)
20
+ Description-Content-Type: text/markdown
21
+
22
+ # PlayRip
23
+
24
+ ![GitHub repo size](https://img.shields.io/github/repo-size/Blackgnr7/tubedowloader?style=flat-square)
25
+ ![GitHub language count](https://img.shields.io/github/languages/count/Blackgnr7/tubedowloader?style=for-the-badge)
26
+ ![GitHub forks](https://img.shields.io/github/forks/Blackgnr7/tubedowloader?style=for-the-badge)
27
+ ![Bitbucket open issues](https://img.shields.io/bitbucket/issues/Blackgnr7/tubedowloader?style=for-the-badge)
28
+ ![Bitbucket open pull requests](https://img.shields.io/bitbucket/pr-raw/iBlackgnr7/tubedowloader?style=for-the-badge)
29
+
30
+ ### Ajustes e melhorias
31
+
32
+ O projeto ainda está em desenvolvimento e as próximas atualizações serão voltadas para as seguintes tarefas:
33
+
34
+ - [x] Dowload de mp3,qualidade 320Kps, e tambem a thumbnail e o nome do artista
35
+ - [x] Ser capaz de escolher se quer em mp4 ou em mp3
36
+ - [x] dowloader automatico em qualquer sistema operacional
37
+ - [x] capaz de abaixar no spotify
38
+ - [x] ser capaz de usar em blibioteca python
39
+ - [ ] Ser capaz de instalar uma playlist inteira
40
+
41
+ ## 💻 Pré-requisitos
42
+
43
+ Antes de começar, verifique se você atendeu aos seguintes requisitos:
44
+
45
+ - Você instalou a versão mais recente de `Python / Requests,eyed3,mutagen,FFmpeg,pydub,pytubefix,spotipy`
46
+ - Você tem uma máquina `Linux,Macos,Windows`.
47
+
48
+ ## 🚀 Instalando TubeDowloader manualmente
49
+
50
+ Para instalar o TubeDowloader, siga estas etapas:
51
+
52
+ ```
53
+ pip install PlayRip
54
+ ```
55
+
56
+ ## ☕ Usando TubeDowloader
57
+
58
+ Para usar TubeDowloader para abaixar videos do youtube, siga estas etapas:
59
+
60
+ ```
61
+ tubedowloader "<url-Video-youtube>" <mp4-or-mp3>
62
+ ```
63
+ Para usar TubeDowloader para abaixar musicas do spotify,tem que trocar as variaves client_id e client_secret para o seu, e siga estas etapas:
64
+
65
+ ```
66
+ tubedowloader "<url-musica-spotify>"
67
+ ```
68
+
69
+ Adicione comandos de execução e exemplos que você acha que os usuários acharão úteis. Forneça uma referência de opções para pontos de bônus!
70
+
@@ -0,0 +1,4 @@
1
+ playrip/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ playrip-1.0.0.dist-info/METADATA,sha256=rsL0eMybIJpZM9V-wcU7LKg-tYemleDNTOlonv5GIrk,2678
3
+ playrip-1.0.0.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
4
+ playrip-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: poetry-core 2.2.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any