Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #!/usr/bin/python2
  2.  
  3. print "\nNote:"
  4. print "\nMasukkan file yang mau di Encrypt"
  5. print "\033[31m---------------------------------------------------"
  6.  
  7. py_file = raw_input("\033[33m[File.Py]: \033[0m")
  8. from py_compile import compile
  9. compile(py_file)
  10. print
  11. print "\033[32mSukses boss file telah di Simpan:\033[0m {}c".format(py_file)
  12. exit()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement