Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mr-sunglasses/mkdocs-gha-demo

A repo to demostrate mkdocs deploy with github actions.
https://github.com/mr-sunglasses/mkdocs-gha-demo

Last synced: 6 days ago
JSON representation

A repo to demostrate mkdocs deploy with github actions.

Awesome Lists containing this project

README

        

# Vigenère cipher

Python script that encrypts/decrypts a given text with a given key based on the [Vigenere cipher](https://en.wikipedia.org/wiki/Vigenère_cipher)

# Usage

For Windows users:

```bash
$ python vigenere.py
```

For Mac/Linux/Unix users:

```bash
$ ./vigenere.py
```