Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarball0/pylyric
ncurses CLI program to fetch song lyrics
https://github.com/tarball0/pylyric
lyrics-search python webscraper
Last synced: 4 days ago
JSON representation
ncurses CLI program to fetch song lyrics
- Host: GitHub
- URL: https://github.com/tarball0/pylyric
- Owner: tarball0
- License: gpl-3.0
- Created: 2022-12-29T05:02:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T15:27:05.000Z (3 months ago)
- Last Synced: 2024-11-10T07:40:41.871Z (2 months ago)
- Topics: lyrics-search, python, webscraper
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lyric finder
An ncurses CLI utility written in python to view and manage lyrics.## Running
* Step 1: `pip install -r requirements.txt`
* Step 2: run script
* Step 3: ???
* Step 4: profit!!!**Windows users**
* Install additional package
`pip install windows-curses`