Skip to content

Fetches the name of a song using user-entered lyrics.

License

Notifications You must be signed in to change notification settings

GeorgeShao/SongByLyric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SongByLyric

Python application that gets the name of a song using it's lyrics.

Development State: Finished.

Installation Instructions

Simply download the SongByLyric.py file and open it in PyCharm or another Python IDE.

This project uses the following python packages:
re https://docs.python.org/3/library/re.html
sys https://docs.python.org/3/library/sys.html
bs4 https://pypi.org/project/beautifulsoup4/
requests https://pypi.org/project/requests/
PySide2 https://pypi.org/project/PySide2/ (for PyQt GUI library)

About

Fetches the name of a song using user-entered lyrics.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages