htr-tech / PyObfuscate

Simple Python Code Obfuscator. Supports python2 & python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UTF-8

barandenizdogan opened this issue · comments

Hey. In line 146 You can change it to:

data = open(file, encoding="utf8").read()