Learn how to utilize cssutils library to minimize CSS files in a web project in Python.
Learn how to make a simple python code editor that supports running the code and simple syntax highlighting using Tkinter in Python.
Learn how to make a simple rich text editor where we can set a number of predefined styles for parts of the text via a Graphical User Interface (GUI) using Tkinter in Python.
Learn how to make a simple spreadsheet app like Excel, where cells can reference each other and make calculations using Tkinter library in Python.
Learn how to use the GADM API to make SVG maps of all world countries in Python.
Learn how you can create a markdown editor using the Tkinter library and regular expressions in Python.
Learn how to make an interactive plot that shows the temperatures forecast in a given city with matplotlib and requests libraries in Python.
Learn how to make plots with Python and matplotlib by checking texts for their word frequency distributions.
Learn how to make a simple text adventure game with Python using the os, json, and pyinputplus modules.
Learn how to make a password generator in Python with the ability to choose the length of each character type using the built-in random, string and argparse modules.
Learn how to build a planet simulator using pygame library in Python
Learn how to build a UI-based typing speed tester in Python using the built-in Tkinter library.
Learn how to replace text in Word document files (.docx) using python-docx library in Python.
Learn how to make a calculator app with various features such as history and formulas using Tkinter library in Python.
Learn how to make a simple file explorer that is able to navigate through folders, create folders and files and more using Tkinter in Python.
Learn how to make a simple drawing tool with brush color and size changing feature using PyGame library in Python.
Learn how to build a simple text editor that opens and saves text files using Tkinter library in Python
Learn how to make buttons in PyGame that support pressed calling (multi pressing) and one-shot pressing in Python.
Learn how to make a simple math quiz game in Python utilizing the PyInputPlus module to verify the user input.