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.
- Host: GitHub
- URL: https://github.com/cherrywood55/secret-message
- Owner: cherryWood55
- Created: 2018-12-25T14:39:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T11:31:36.000Z (over 7 years ago)
- Last Synced: 2025-01-12T08:23:07.043Z (over 1 year ago)
- Topics: functions, mini-project, programming-exercises, python, python3
- Language: Python
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.