Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mr-sunglasses/mkdocs-gha-demo
- Owner: Mr-Sunglasses
- License: mit
- Created: 2024-10-17T15:14:45.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-18T21:15:14.000Z (3 months ago)
- Last Synced: 2025-01-17T19:24:15.752Z (7 days ago)
- Language: Python
- Size: 579 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```