Mithun Avery-normal-blogs.hashnode.dev·Nov 15, 2024Yami - An Open-Source Music Player With Simple UiGithub Link: https://github.com/DevER-M/yamiPypi Link: https://pypi.org/project/yami-music-player/Some of the features mp3 , flac, and many audio formats supported for playback Clean UI Can download music with art cover it is also asynchronous ...Discuss·1 likecustomtkinter
Bryan Samuel JamesforBryan's Order Processing System blogorder-processing-system.hashnode.dev·Nov 12, 2024Mastering Order Processing Systems: A Comprehensive Guide to Building Efficient Business Solutions with PythonPart 6: Creating the User Interface - Introduction to Tkinter Introduction To make our order processing system user-friendly, we’ll build a graphical user interface (GUI) using Tkinter, Python's standard GUI toolkit. Tkinter allows us to create windo...Discuss#OrderProcessing
user1272047programmingetc.hashnode.dev·Oct 28, 2024Python tkinter alert calendar project .Python tkinter alert calendar project . https://github.com/Risico98908/alert.calendar.py.tkinker/tree/main #!/usr/bin/env python3 #/0.myfiles/notify.02.py import json import tkinter as tk from tkinter import messagebox from datetime import datetime ...DiscussPython
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
Bryan Samuel JamesforBryan's Order Processing System blogorder-processing-system.hashnode.dev·Oct 7, 2024Mastering Order Processing Systems: A Comprehensive Guide to Building Efficient Business Solutions with PythonPart 5: Populating the Database with Initial Data Introduction Now that we’ve designed and initialized our database, the next step is to populate it with some initial data. Having a set of predefined users and products allows us to test the functiona...Discuss#OrderProcessing
Proxlightproxlight.hashnode.dev·Oct 2, 2024🚀 Build an Internet Speed Test Application with Python & TkinterIn this tutorial, we’ll walk through how to build a simple and beautiful Internet Speed Test Application using Python and Tkinter. This app will measure download, upload, and ping speeds, displaying the results in a sleek graphical user interface. No...Discuss·11 likesModern GUI
Bryan Samuel JamesforBryan's Order Processing System blogorder-processing-system.hashnode.dev·Sep 28, 2024Mastering Order Processing Systems: A Comprehensive Guide to Building Efficient Business Solutions with PythonPart 4: Database Design and Initialization Introduction In any order processing system, the database plays a vital role as it serves as the foundation for storing and managing critical information such as user details, product inventory, and order da...Discuss#OrderProcessing
Bryan Samuel JamesforBryan's Order Processing System blogorder-processing-system.hashnode.dev·Sep 21, 2024Mastering Order Processing Systems: A Comprehensive Guide to Building Efficient Business Solutions with PythonPart 3: Understanding the Basics of Order Processing Systems Introduction Order processing systems are the backbone of any business that deals with physical products or services. Whether you’re running an e-commerce platform or a small retail store, ...Discuss#OrderProcessing
Bryan Samuel JamesforBryan's Order Processing System blogorder-processing-system.hashnode.dev·Sep 14, 2024Mastering Order Processing Systems: A Comprehensive Guide to Building Efficient Business Solutions with PythonPart 2: Setting Up the Development Environment Introduction Before diving into building the order processing system, it’s essential to ensure that your development environment is set up correctly. This part of the blog will guide you through the inst...Discuss#OrderProcessing
pranav madhukar sirsufalepranavsirsufale.hashnode.dev·Sep 13, 2024Understanding LBPH(Local Binary Pattern Histogrm)Face Recognition with Local Binary Patterns (LBPs) and OpenCV Last Updated : 13 Sep, 2024 by Pranav Sirsufale In this article, Face Recognition with Local Binary Patterns (LBPs) and OpenCV is discussed. Let’s start with understanding the logic behind...DiscussLBPH