Skip to content

Commit d724b00

Browse files
Update Cryptography/README.md
Co-authored-by: Kaustubh Gupta <kaustubhgupta1828@gmail.com>
1 parent cb9fdf9 commit d724b00

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Cryptography/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ The objective of this project is to encode and decode messages using a common ke
88
## PROJECT REQUISITES
99
To build this project we will use the basic concept of python, Tkinter, and base64 library.
1010

11-
### -Tkinter is a standard GUI python library.
11+
- Tkinter is a standard GUI python library.
12+
1213
### -base64 module provides a function to encode the binary data to ASCII characters and decode that ASCII characters back to binary data.
1314
### -Tkinter is a standard GUI python library base64 module provides a function to encode the binary data to ASCII characters and decode that ASCII characters back to binary data.
1415

0 commit comments

Comments
 (0)