Real Python Tutorials
Build a Wordle Clone With Python and Rich
In this step-by-step project, you'll build your own Wordle clone with Python. Your game will run in the terminal, and you'll use Rich to ensure your word-guessing app looks good. Learn how to build a command-line application from scratch and then challenge your friends to a wordly competition!
Explore Real Python
Using the Terminal on Linux
Jan 31, 2023 basics
Using the Terminal on macOS
Jan 10, 2023 basics
Build Cross-Platform GUI Apps With Kivy
Jan 03, 2023 front-end gui intermediate