We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f62b4d commit 96e8bd4Copy full SHA for 96e8bd4
file-operations/README.md
@@ -2,8 +2,8 @@
2
3
A lab to some file operations
4
5
-* `file-encrypt` -> cli that encrypts a file using the caesar cipher
+* `file-encrypt` -> CLI that encrypts a file using the caesar cipher
6
7
-*
+* `file_utils.py` -> Some helping functions such as write/read files
8
9
#### Obs: unidecode must be installed in order to `file-encrypt.py` to work, install it from the `requirements.txt`
0 commit comments