LyricLink is a simple GUI application built with PyQt5 to help overcome writer's block by suggesting rhymes for a given word. The application groups rhymes based on syllable count for better organization and presents them in an intuitive interface. This software was developed by Felix Banks.
- 🎨 Clean and user-friendly PyQt5 GUI
- 📜 Rhymes displayed in groups based on syllable count for easy navigation
- ⚙️ Improved error handling for missing input or failed rhyme searches
-
Execute the application by running the following:
lyriclink.exe
-
Enter a word and click Search to find rhymes.
- The application organizes rhymes by syllable count, displaying them directly in the GUI, sorted by syllable count.
- The Search button triggers a search for rhymes, and results are dynamically updated in the GUI.
- Improve UI styling and responsiveness
This project is licensed under the Apache License 2.0.
See the LICENSE file for details.