Learning how to use tkinter in 2025 wish me luck

seen from Australia
seen from China

seen from United States

seen from India

seen from Malaysia
seen from United States

seen from Malaysia
seen from Türkiye
seen from United States
seen from Türkiye
seen from China

seen from United States
seen from Russia
seen from Germany

seen from United States
seen from United States

seen from United States

seen from United States
seen from China
seen from Sweden
Learning how to use tkinter in 2025 wish me luck
omg height! map
fun fact: this blog is also a homage to my latest project, segfaultle! this project is basically wordle, reverse engineered, but the word database in this is only computer science related words.
prev related post
i (as a solo project) was placed third in my entire department in college after i presented this is an expo. i think this was solely because no one knew what wordle even was. 2 weeks later, i still have no idea whether to be flattered or insulted. oh well.
here's the GitHub: https://github.com/mishti-krishna/pastel-coded-wordle
<can't upload a video. have tried two! two times. hence the gif>
Plural Chat
A desktop chat application designed specifically for plural systems, featuring PluralKit integration and intelligent proxy detection.
✨ Features
🏠 Local Desktop Chat - Private conversations between system members
🔗 PluralKit Integration - Import members, avatars, and proxy tags from your PK system
🎯 Smart Proxy Detection - Automatic member switching based on proxy patterns
💾 SQLite Database - Fast, reliable local storage
🎨 Modern Themes - 15+ beautiful themes via ttkbootstrap
📤 Export/Import - Share system configurations with other plural folks
🖼️ Avatar Support - Display member avatars in chat
A private desktop chat app designed for plural systems with PluralKit sync and modern themes - Ktiseos-Nyx/plural_chat
This is important for us because this is meant to bridge a tiny gap: We personally don't like SimplyPlural, not against it at all btw - just it's confusing for us. We use discord and PK a lot, but wanted a desktop function for our system to just COMMUNICATE.
So hard to do that sometime when your anxiety is at 100% and your partners are looking at you like "You're typing a mile a minute babe you ok?".
The development vibe is: No restrictions, it's open source software. My personal ideations, anything I beleive in as an individual or system doesn't prevent you FROM using this app. If that gets me hate I don't care. Why? Because it's not on me as a developer to prevent X Y Z from using my app.
Right now it's SUPER IN DEVELOPMENT, it works - but it's buggy and there is NOT a single EXE file for windows users. But when we're up and running a bit better there will be installers for those who need them.
Also, there is no hiding anything with this, if you don't like any component of who's developed this that's on you. I'm not invalidating your needs or attempting to offend you. You can feel how you want, you can see everything is MIT liscenced, there's a notice MD and we've used fairly standard themes.
We have a roadmap for future content.
Yes, indeed I have and still do work in AI and do things in AI, but this is not an AI focused app. (I did use an LLM to help me develop it because of stamina and learning curves with Tkinter and Python.)
I state this as my other major app i've been working on is for AI-metadata in images, and there's like 200+ immature PYQT6 themes we made at 3 am one night - but go figure!
This app is 99% offline, the only ONLINE component is if you CHOOSE to sync with pluralkit. You have the OPTION of hand entering in images and members!
Anyways PLEASE test this application out!
This is our dev roadmap:
A private desktop chat app designed for plural systems with PluralKit sync and modern themes - Ktiseos-Nyx/plural_chat
day 21-23 | friday | 7/4/23
starting to explore coding with tkinter! like with turtle, it's to do with visuals, but this is more web-based. these past few day's program exercises: a shopping list, a unit price calculator, and the easiest join-the-dots game (you're the one placing the dots, which connects the previous dot to the one you just put down). that join-the-dots one isn't tkinter obviously.
the last snip is of the bullseye program that was mentioned earlier on in 100doc since i realised i only posted the code and not what it actually looked like.
i hope everyone else enjoyed their good friday (i nearly forgot about it tbh) and is excited for easter! :)
in this tutorial you will learn how to build a GUI of a login page with Tkinter using python. In this project login and sign-up pages are li
How to Build A Chatbot in Python? Follow These 8 Simple Steps
AI Chatbot in Python (using NLTK): How to build a chatbot?
Have you wondered how a computer-based application solves your query in seconds when you contact a customer support executive? A map-based application in your mobile tells you which direction to reach your destination safely even when you are not aware of the routes? Who are they and how do they manage to get your query resolved? Well! a simple answer is ‘they are chatbots’ and in this article, we will talk about AI Chatbot in Python (using NLTK): How to build a chatbot? Follow these 8 simple steps on how to build your own Chatbot in Python.
Chatbot or chatterbot is becoming very popular nowadays due to their Instantaneous response, 24-hour service, and ease of communication.
In this article, we will learn about different types of chatbots, their advantages and disadvantages, and build a simple rule-based chatbot in Python (using NLTK) and Python Tkinter.
This is a tutorial on how to use buttons with Tkinter. Watch and Learn!