Advertisement
Guest User

Untitled

a guest
Jul 7th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.79 KB | None | 0 0
  1. [gent@fedora ~]$ mv /home/gent/Downloads/character_converter.py /home/gent/
  2. [gent@fedora ~]$ su
  3. Password:
  4. [root@fedora gent]# chmod +x character_converter.py
  5. [root@fedora gent]# ./character_converter.py
  6. =====================================
  7.  Character Converter
  8.  
  9. This Script converts characters:
  10.  
  11.  From these: '1234567890-=qwertyuiop[]`.asdfghjkl;*\zxcvbnm,'!@#$%^&()_+NM<L:{]~
  12.  To these: `1234567890-=qwertyuiop[]\asdfghjkl;'zxcvbnm,./~!@#$%^&()_+<>?:"{}|
  13.  
  14. =====================================
  15. Press <enter> to continue
  16.  
  17. Write text: Hello World
  18. =====================================
  19.  
  20. CONVERTION COMPLETE !
  21.  
  22. RESULT: He;;o Wor;f
  23.  
  24. =======
  25. Do you want to convert more text ?
  26. Yes/No: No
  27.           Thank you for using "Character Converter" !
  28. Press <enter> to exit
  29. [root@fedora gent]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement