Manish Thakurmanishthakur.hashnode.net·Apr 8, 2023Create your first Project in Python: A GUI CalculatorHey geeks, what you have been building lately? 👀 I'm curious! kindly let me know in the comment section down below😉 Have you ever played with Python? If yes it's cool👌, and if no, either way, let's play together with Python. 👨💻 Remember don't g...Discuss·10 likes·49 readsPython
Amit Gajareamitgajare.hashnode.net·Sep 7, 2022How to create a professional ToDo List app using Tkinter and SQLite3The best way to master a programming language and start our career as a developer is to develop projects to solve real-life problems. In this article, we are going to solve one such real-life problem, the problem of keeping a list of tasks one might ...Discuss·2 likes·87 readsPython
G.Niruthianniruthiang.hashnode.net·Jan 24, 2023Create a digital clock using PythonHi programmers, In this blog, I will share a complete source code for a python Tkinter GUI clock. So Let's get started to code. from tkinter import from tkinter.ttk import from time import strftime root = Tk() root.title("Clock") def time(): string =...Discuss·2 likes·50 readsPython 3
Sofonias Alemayehuforsofoniasalemayehu.hashnode.net·Apr 14, 2023Tkinter vs Custom TkinterTkinter vs Custom tkinter, which one should you learn? I tried both and I found out that both have the same syntax but with the same syntax, custom tkinter can do a better job than regular tkinter. I created a sign-up form with colors and themes unde...Discuss·1 likePython
Manish ThakurforManish Thakur manishthakur.hashnode.net·Apr 8, 2023Create your first Project in Python: A GUI CalculatorHey geeks, what you have been building lately? 👀 I'm curious! kindly let me know in the comment section down below😉 Have you ever played with Python? If yes it's cool👌, and if no, either way, let's play together with Python. 👨💻 Remember don't g...Discuss·10 likes·49 readsPython
Khumbo Klein ChilamwaforKhumbo Klein Chilamwa's blogkhumbochilamwa.hashnode.net·Feb 21, 2023Top 11 Advanced Tkinter Projects You Should Try This YearProgramming is cool and more rewarding at the same time when you have what the clients are looking for. These days it is not all about talking alone but rather acting on the ground, that’s why clients are opting for developers with hands-on experienc...Discuss·1 like·34 readstkinter
G.NiruthianforG.Niruthianniruthiang.hashnode.net·Jan 24, 2023Create a digital clock using PythonHi programmers, In this blog, I will share a complete source code for a python Tkinter GUI clock. So Let's get started to code. from tkinter import from tkinter.ttk import from time import strftime root = Tk() root.title("Clock") def time(): string =...Discuss·2 likes·50 readsPython 3
MD Fahad IslamforRF Coding Chroniclesfahadislam.hashnode.net·Dec 18, 2022A Step-to-step Guide for Creating a Drawing Canvas GUI using python✨Introduction This will teach you how to make your simple Drawing GUI using basic Tkinter and Python concepts. Also, feel free to suggest changes and new features for improving the program. Enhance it with your creativity by making pull requests. Let...Discuss·29 readsDrawing App
Joao Futi MuandaforJoao Futi Muanda | Using Pythonjoaofutimuanda.hashnode.net·Oct 12, 2022How to build a Bitcoin Price Tracker using Python | Python ProjectsIn this Tutorial, you will learn how to build a Bitcoin Price Tracker application using Python. Hope this is really interesting and fun for you! You can refer to this YouTube video Tutorial to see a working tutorial for better understanding and a ste...Discuss·1 like·106 readspython projects
Chepkirui DorothyforDorothy's technical blogdoroh.hashnode.net·Sep 27, 2022Building Age Calculator Using Tkinter In PythonSuppose we want to create an application whereby one can input their birthdate and the program will calculate their age. We will be building an age calculator using Tkinter. Tkinter is the standard library in Python used to create Graphical User inte...Discuss·80 readsWeb Development
Amit GajareforAmit Gajareamitgajare.hashnode.net·Sep 7, 2022How to create a professional ToDo List app using Tkinter and SQLite3The best way to master a programming language and start our career as a developer is to develop projects to solve real-life problems. In this article, we are going to solve one such real-life problem, the problem of keeping a list of tasks one might ...Discuss·2 likes·87 readsPython
Rohan KishoreforCodipycodipy.hashnode.net·Jul 26, 2022Create a modern Sign Up form with PythonLooking to design a Sign-Up page with Python and you are tired of Tkinter's old-looking UI? Same! So I was searching for a Tkinter-like GUI builder library. I searched for days and I finally got my answer. Customtkinter! Customtkinter is just like T...Discuss·81 readstkinter
Rohan KishoreforCodipycodipy.hashnode.net·Jul 25, 2022Coding a GUI Text to Speech app with PythonI've been searching for a good TTS software or website but all of them were paid. So I decided to make my own with Python with a nice dark mode UI. Before proceeding, make sure you have gTTS module installed. If you haven't or not sure, just type: pi...Discuss·90 readsPython