This repository contains a set of small Python tools built for automating certain SEO tasks such as keyword clustering and SEO-ready content creation.
The tool is implemented with two different user interfaces:
- 🧩 Tkinter version — a classic desktop GUI
- 🌐 Streamlit version — a web-based interface running locally in the browser
These tools were created to:
- Experiment with GUI development using Tkinter and Streamlit
- Automate keyword clustering with Gemini AI API and save result as .csv file
- Generate articles with Gemini AI API and save the result as .docx file