Python codes

Calendar Generator App in Terminal Console using Python with Source Code

Submitted by razormist on
Calendar Generator App in Terminal Console using Python with Source Code -A Python program that allows the user to display a calendar for a certain month. The application will automatically show the exact days after you provide the specific month and year. Python Source Code.

How to Check if the Year is a Leap Year in Python

Submitted by razormist on
Learn on how to How to Check if the Year is a Leap Year in Python. A Python program where you can check if the year is a leap year. You can enter any year so that you will know if that year is actually a leap year. This tutorial will teach how to create this basic programming for Python. Python Tutorial.

Tic Tac Toe Game using Tkinter in Python with Source Code

Submitted by razormist on
Tic Tac Toe Game using Tkinter in Python with Source Code - A classic board-style game coded in Python where two players can compete against each other. The rules are very simple: the first player to align three symbols in any direction (horizontal, vertical, diagonal) will win the game. Python Source Code.