This project should read in all the information from the supplied hhlyrics.txt text file and place it into a variable to be used in the program. From there, the program should show a graphical interface that allows the user to do 2 different things. The first is the program will allow the user to enter a character. Then the program should search all the information entered in from the text file and output the number of times that character shows up in the text file. The second task the program should handle is a button marked encryption. When this button is clicked, it should take all the text from the text file and encrypt is using the cypher below. Note that not all letters are being changed, some would stay the same. Once the encryption is complete, the program should output all the encrypted text to the screen. Make sure that the user will be able to view all the text, it does not have to all show on the screen at once, but they should be able to still view all the text in some way.Cypher (Should allow both capital and lower case letters to be changed): A - Z D - W H - T K - R M - P O - N S - J X - E
This project should read in all the information from the supplied hhlyrics.txt text file and place it into a variable to be used in the program. From there, the program should show a graphical interface that allows the user to do 2 different things. The first is the program will allow the user to enter a character. Then the program should search all the information entered in from the text file and output the number of times that character shows up in the text file. The second task the program should handle is a button marked encryption. When this button is clicked, it should take all the text from the text file and encrypt is using the cypher below. Note that not all letters are being changed, some would stay the same. Once the encryption is complete, the program should output all the encrypted text to the screen. Make sure that the user will be able to view all the text, it does not have to all show on the screen at once, but they should be able to still view all the text in some way.Cypher (Should allow both capital and lower case letters to be changed):
A - Z
D - W
H - T
K - R
M - P
O - N
S - J
X - E
(THIS IS NOT A BARTLEBY WRITE QUESTION)
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 2 images