Posts by Saruque Ahamed Mollick

Author Biographical Info: Hi, I am a co-founder of CodeSpeedy Technology Private Limited.
I am in love with technology, music and green places.

Make Python Dictionary keys Case insensitive – CaseInsensitiveDict

By Saruque Ahamed Mollick

Today, I found a cool thing in Python. Actually, this function is a part of requests module. Using CaseInsensitiveDict of requests module, we can easily make our dictionary to be c.... Read More

To Do list GUI app using Tkinter in Python (Pie chart included) – Full code

To Do list GUI app using Tkinter in Python (Pie chart included) – Full code

By Saruque Ahamed Mollick | July 29, 2024

In this Tkinter tutorial, I am going to share you with full Python code of a Tkinter GUI application which is To do app. I am considering  it as the best To do app that you will find on the internet built using Python. The reason is, here I have made an easy-to-understand interface for […] Read More

Pass argument to a Button command function in Tkinter

By Saruque Ahamed Mollick

In this Tkinter tutorial, we will learn how to pass an argument to a button command function. We can pass arguments in two different ways. Using lambda Using nested function Pass a.... Read More

Set default text in Tkinter Entry widget

By Saruque Ahamed Mollick

In this tutorial, I will show you how easily we can set any text as the default text in the Tkinter Entry widget. You can also say that I will set placeholder text for Tkinter Entr.... Read More

Upload or update App from Xcode beta to App Store

By Saruque Ahamed Mollick

Here, I will share a trick to remove the restriction of Apple that prevents you from uploading or updating apps to App store from Xcode beta versions. One of my reddit mates just s.... Read More

Button Command with parameter in Tkinter

By Saruque Ahamed Mollick

In this tutorial, I will show you how to pass parameters or arguments in the Tkinter button command. We can do this in two different ways. Using lambda function. Using Nested funct.... Read More

This version of Xcode isn’t supported in this version of macOS – Updated macOS Sequoia

By Saruque Ahamed Mollick

Hello, just a few hours back I updated my macOS 14 to macOS Sequoia Developer Beta. Everything looked so charming and nice, I tried the new features of macOS 15. I have also update.... Read More

QR code generator from Text using Tkinter in Python

By Saruque Ahamed Mollick

Recently I have built a simple QR code generator in Tkinter. I thought it will be fun sharing the tutorial here with you here. In order to build this QR code generator, we will nee.... Read More

Related Posts