Monday, July 29, 2024

Programming GUI: Tkinter QR Generator And Reader

QR Generator and Reader base on Python Tkinter.

    Good morning, good people! I hope you're all in good health and spirits. Today I have some more program to show you and it is QR Code Generator and Reader. The idea to make this program is from 2023 when I need to expand my skill in Tkinter GUI in Python programming. Let's take a look!

Sunday, July 28, 2024

Programming GUI: Tkinter Docx To Pdf Converter

DOCX2PDF converter base on Pyhton Tkinter

    Hi! Welcome to my blog. Today, I'm sharing one of my programs with you. I developed this program in 2023 when I needed to convert my cover letter and resume. I was concerned about sharing sensitive personal information on websites that convert various documents, including DOCX to PDF. So, I decided to create a tool that allows me to handle these conversions privately. The GUI is not beautiful but it is very useful and let's go I will show you!

Programming Scripting Automation: Auto Upgrade Pip Modules Python

Auto Upgrade PIP Modules V.1.0.0.

    Hallo! Welcome to my blog. I have some new program that I've made myself here, and the program helps me a lot when I need to upgrade all my python modules all at a time. if you want to upgrade specific module it is fine using Terminal (Linux) or CLI (Windows) but if you want to upgrade many modules, its like tiresome. I want to show you how to make this simple program.

Monday, July 1, 2024

Programming Scripting Automation: YouTube Video Downloader

YTDownloader CLI Program

    Hi there! Welcome to my blog. I want to share you one of my project, its called "YTDownloader". Although the name is related to YouTube, its feature not only download for YouTube video but now I want to show you how easy to download YouTube video with this program.