Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

🐍 Python Wikipedia

A simple Python desktop app to search and display Wikipedia summaries using Tkinter and ttkbootstrap for styling.

🚀 Features

🔍 Search Wikipedia articles by keyword

🧹 Clean and modern UI with ttkbootstrap themes

📜 Displays short summaries (first 10 sentences)

🛡️ Error handling if no page is found

🛠️ Built With

  • Python 3

  • Tkinter (standard GUI library)

  • ttkbootstrap (styling extension for Tkinter)

  • Wikipedia API