Interactive Periodic Table of Elements in Python! Great Beginner Project!

Interactive Periodic Table of Elements in Python! Great Beginner Project!

LeMaster Tech
LeMaster Tech
38 Video Views·Apr 20, 2025

In this video we use the pandas module to get a table from Wikipedia, the csv module to store and sort the data, and then pygame to present it in an interactive window!

all code in this project is available here:
https://github.com/plemaster01/PythonPeriodicTable

And please consider checking out my Patreon to become a super supporter of the channel!
https://www.patreon.com/LeMasterTech

TIMESTAMPS:
00:00:00 Intro and Showcase
00:02:10 Using Pandas to Get Wikipedia Table Data
00:09:58 Using the CSV module and Python to clean up the data
00:29:41 Setting up a Pygame GUI
00:38:59 Drawing the Elements on the Table
00:52:25 Drawing the Highlighted element
01:04:15 Outro and Thank you!