Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions pyfuscate.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
except ImportError:
os.system("python -m pip install colored -q -q -q")
from colored import fg, bg, attr
try:
import strstyle
from strstyle import *
except ImportError:
os.system("python -m pip install strstyle -q -q -q")
import strstyle
from strstyle import *
try:
import termcolor
except:
Expand Down