Skip to content

This is a class with Caesar cipher written to practice OOP in Python.

Notifications You must be signed in to change notification settings

olczi095/caesar-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

caesar-cipher

This is a simple short class to encrypt and decrypt words using the Caesar cipher technique.

General Information

This class was created as a part of the "100+ Exercises - Advanced Python Programming" course by Paweł Krychowiak on the UDEMY website. I did it mainly to practise putting code on GitHub, commiting and writing 'README' file.

Installation

  1. Clone the repository
git clone https://github.com/olczi095/caesar-cipher.git
  1. Change the directory
cd caesar-cipher
  1. Run the program
python caesar-cipher.py

Features

User can choose the alphabet and the shift for program and then:

  • the word can be encrypted
  • the word can be decrypted

Libraries and Technologies

Python 3.10.7

About

This is a class with Caesar cipher written to practice OOP in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages