A decorator to make a function accept keyword arguments only, on both Python 2 and 3.
-
Updated
Dec 21, 2019 - Python
A decorator to make a function accept keyword arguments only, on both Python 2 and 3.
Convert your function with keyword arguments into command line arguments with one line of code.
Simple callable argument inspection & filtering
Welcome to my Caesar Cipher repo! 🔐 This Python implementation of the classic encryption technique allows users to encode and decode messages by shifting letters in the alphabet. It's a great project for learning about basic encryption methods, string manipulation, and character encoding in Python!
Add a description, image, and links to the keyword-arguments topic page so that developers can more easily learn about it.
To associate your repository with the keyword-arguments topic, visit your repo's landing page and select "manage topics."