Python

Battleship War Game in Terminal Console in Python with Source Code

Submitted by razormist on
Battleship War Game in Terminal Console using Python with Source Code - A Python game application that displays in the console terminal where you need to dominate your enemy. This application is very easy to play; you only need to locate the enemy ship's position in order to annihilate it. Python Source Code.

How to Create a Kilometer to Miles Converter in Python

Submitted by razormist on
Learn on How to Create a Kilometer to Miles Converter in Python - A simple Python program that allows the user to convert kilometer values into miles. This straightforward tool will be especially helpful for those who have trouble obtaining the miles value from a certain unit. Python Tutorial.

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.