Reminisce App With Python GUI: Spotlight To Forgotten Memories
Hello Pythonistas🙋♀️, do you have some beautiful🤩 memories captured in your small cam 📷? Is it lost somewhere in your phone's gallery or is it transferred to a Pendrive💾? Get…
Hello Pythonistas🙋♀️, do you have some beautiful🤩 memories captured in your small cam 📷? Is it lost somewhere in your phone's gallery or is it transferred to a Pendrive💾? Get…
Hello, Pythonistas🙋♀️, welcome back. Today, we're gonna be making this awesome modern-looking calculator app 🔢. We will use the customtkinter library for making this calculator app. I strongly suggest you…
Since you started programming you might have the desire 🤩 to make your own apps. Designed by you from idea to execution. In this post and the next few posts,…
Hello Pythonistas, I hope you all are doing well. Today we'll learn managing multiple instances 🤹♀️ in Python OOP. This is your Restaurant class's code till now:- class Restaurant: menu…
Hello Pythonistas, I hope🤞 you all are doing well. Today we will discuss the concepts:- types of methods and Inner class. We will continue the example of the Restaurant🏢 class…