Ce projet permet de récupérer les paroles de chansons de paroles.net.
Project description
ParolesNet
Ce projet permet de récupérer les paroles de chansons de paroles.net.
Installation
Cloner le repo et installer les dépendances avec pip :
git clone https://github.com/Starland9/paroles-net-wrapper
pip install -r requirements.txt
Utilisation
from paroles_net import ParolesNet
if __name__ == '__main__':
pn = ParolesNet()
songs = pn.get_best_songs()
song = songs[0]
print(song)
print(song.get_lyrics(and_save=True))
song = songs[1]
print(song)
print(song.get_lyrics())
song = songs[2]
print(song)
print(song.get_lyrics(and_save=True))
Licence
Ce projet est sous la licence MIT
Auteur
https://github.com/Starland9
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file paroles_net_wrapper-0.0.6.tar.gz.
File metadata
- Download URL: paroles_net_wrapper-0.0.6.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a797ca46e716fb9d9660db1ff0c225d511b43069eb391310613cf29e77ff843
|
|
| MD5 |
48690d8610bb24904088e187f1715598
|
|
| BLAKE2b-256 |
7ce2f3cca62dc46c6f952ee8a76a14eb9ebced4b4e47dbb9ff249918b973637c
|
File details
Details for the file paroles_net_wrapper-0.0.6-py3-none-any.whl.
File metadata
- Download URL: paroles_net_wrapper-0.0.6-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6921e574531d4c04790b60854225077bcb25308c6614fa2365b0e402599f77c
|
|
| MD5 |
7f08f79ceef972cb827f33e63c7fa06b
|
|
| BLAKE2b-256 |
55f7eccb5cbf54946fce6f977c999fd18afe1643793302199b2394861470a30b
|