Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 833 Bytes

File metadata and controls

18 lines (13 loc) · 833 Bytes

Python Tools for SEO — Keyword clustering tool + content creation tool

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
image

🎯 Purpose

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