Hello!
This post is a short update on the progress of my new Budget Planner software. In the original version the layout was fixed and used vertical and horizontal scrollbars …
Published Dec. 31, 2023 by mh
Hello!
This post is a short update on the progress of my new Budget Planner software. In the original version the layout was fixed and used vertical and horizontal scrollbars …
Published Oct. 8, 2023 by mh
In this project we demonstrate some features of responsive design and how to implement them using Tkinter. We implement the following responsive design techniques: responsive font size, automatic text …
Published Sept. 23, 2023 by mh
In this post we will examine some basic features of the 2023 CPI data. The data includes records up to August 2023. This data was obtained from the …
Published Sept. 12, 2023 by mh
In this Excel lesson we will explain how to use Excel's VLOOKUP function. In addition, we will show an example of how to apply VLOOKUP to a fictional dataset. …
Published Aug. 16, 2023 by mh
In this post we will discuss how to use Tkinter to switch between views with a hierarchical structure. This project, in particular, has a hierarchical treelike structure with a …
Published July 25, 2023 by mh
In this post I discuss a Tkinter project which allows the user to group treeview row data together. This will be done by adding a column to the data …
Published July 4, 2023 by mh
In this post I will showcase a Tkinter project which allows …
Published April 20, 2023 by mh
One of my major software projects includes the Budget Planner budgeting software. This was designed using Python's Tkinter package. One of the major goals I have for this project …
Published March 28, 2023 by mh
In this post we will utilize a portion of the Steam Hardware & Software Survey from February 2023. The data came from https://store.steampowered.com/hwsurvey/, however this page appears …
Published March 26, 2023 by mh
In this post I will include an example of a skill bar. This is something I included in my initial site version in the About page. I decided to …