Skip to content
#

python-libary

Here are 17 public repositories matching this topic...

This project implements the Caesar Cipher, a classical encryption technique, using Python 3. The program allows users to encrypt and decrypt messages by shifting letters of the alphabet by a specified number of positions. The user inputs a message and the shift value, and the program returns the encoded or decoded text.

  • Updated Nov 13, 2024
  • Python

This project is a Hangman Game built with Python 3, where the player guesses letters to uncover a hidden word. The game selects a random word from a predefined list, and the player has a limited number of incorrect guesses before losing. The program displays the word with underscores representing unguessed letters and updates the word as the player

  • Updated Nov 13, 2024
  • Python

Improve this page

Add a description, image, and links to the python-libary topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-libary topic, visit your repo's landing page and select "manage topics."

Learn more