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

https://github.com/cherrywood55/secret-message

A python program to encode and decode secret messages.
https://github.com/cherrywood55/secret-message

functions mini-project programming-exercises python python3

Last synced: 16 days ago
JSON representation

A python program to encode and decode secret messages.

Awesome Lists containing this project

README

          

# Secret-Message
A python program to encode and decode secret messages.

Through this mini-project, I explored functions from the OS module in Python like getcwd(), listdir(), rename(old_name, new_name) and used them to automate tasks on the computer.