Keyword Finder
This simple Python program finds keywords by doing a Google search on a specific topic. The user enters a title and the program searches the title on Google. It downloads the web pages in the results and extracts keywords by analyzing the texts on these pages.
How to Use
1. Run the program: `python keyword_finder.py`
2. Type the title you want to search in the title entry field.
3. Click the Find Keywords button.
4. The program will do a Google search on the title and find keywords.
5. Keywords will be displayed on the screen and can be copied with the Copy Keywords button.