Jorge Leonardo Cespedes Tapiajorgecespedes.hashnode.dev·Oct 14, 2024El Uso de Interfaces Gráficas de Usuario (GUI) en PythonPython no solo es conocido por su simplicidad y versatilidad en diversos campos como la ciencia de datos, desarrollo web, inteligencia artificial y automatización, sino también por su capacidad para crear aplicaciones con interfaces gráficas de usuar...DiscussGUI
Esam Hagalbashirezooon.hashnode.dev·Jul 27, 2024Title: Time Logger: Simplifying Journaling with AI-Powered ReflectionThis was entirely generated by time logger Introduction: As I admired the effortless way some individuals share their experiences and insights with the world, I realized that I wanted to accomplish something similar. I wanted to create a tool that w...DiscussAI
Francois El-DaherforDataForLifedataforlife.hashnode.dev·Jul 11, 2024GUI programming in python: why I chose to use KivyGUI programming is something apart from typical Python coding. You need to use a specific library. So the immediate question is which one? Tkinter? PyQt/PySide? wxPython? ... The list is long and overwhelming. I tested quite a few and spend (too much...DiscussCodingPython
Samuel Ogunlekesamuelhssp.hashnode.dev·Jan 6, 2024Real-time Pose Estimation App with TensorflowFrom the estimation of human activity to the training of robots, pose estimation has been helpful in every system involving motion tracking and the detection of poses. It is applied in various fields of technology, and it’s very interesting to learn....Discuss·42 readsPython
Abhinavtej Reddyabhinavtej.hashnode.dev·May 26, 2023How to Install Kivy on Windows and MacIntroduction Kivy is an open-source Python framework for developing multi-touch applications. It provides a natural user interface and supports various platforms, including Windows and Mac. In this article, we will walk you through the installation p...Discuss·220 readsApplication Development - Python ExploreKivy
Abhinavtej Reddyabhinavtej.hashnode.dev·May 25, 2023Introduction to Python App DevBuild your Idea First, build your ideas. Discuss with your teammates and finalise the idea. Even if the project or app already exists, no problem, but choose a small one as it is your first development. Don't go for bigger ones; it will waste your ti...Discuss·67 readsApplication Development - Python ExplorePython
Samuel Ogunlekesamuelhssp.hashnode.dev·Sep 2, 2021How to Use Kivy and KivyMD to Build a WhatsApp Status Saver AppHave you ever wondered how a WhatsApp status saver is built? Perhaps you've wanted to save your interesting WhatsApp statuses on your device. You've come to the right place! In this tutorial, you're going to learn how to build your own WhatsApp statu...Discuss·3 likes·327 readsPython