Python

Covid Tracker App using Tkinter in Python with Source Code

Submitted by razormist on
Covid Tracker App using Tkinter in Python with Source Code - A simple Python application that use tkinter library to track all the covid patient in the world. This application is simplified to help you see the data in category and also let you use a search function to each country. Python Source Code.

Wall Breaker Game in Python with Source Code

Submitted by razormist on
Wall Breaker Game in Python with Source Code - Wall Breaker Game in Python with Source Code - A simple Python game application that use tkinter library to display the game with GUI visual. The game is very simple and fun to play you need to hit the ball toward the wall to break and gain score from it. Python Source Code.

Python String Cases Conversion Tutorial

Submitted by oretnom23 on

In this tutorial, you will discover how to perform string case conversions in Python. If you are new to Python programming and seeking a reference to expand your knowledge and skills, this tutorial provides insights into fundamental operations commonly employed in Python applications. Sample code snippets are included, along with explanations for better understanding.