I read Python files can be edited with PSPad - a vaery good editor I use for AutoHotKey.
But as I open the APc.pyc file, or others, I get rows of hexadecimal numbers. Do I need to decompile first? How?
how do I edit .pyc files?
Re: how do I edit .pyc files?
you do need to decompile pyc files. decompyle can be used. there are a number of online python decompilers available.