Apollyon icon indicating copy to clipboard operation
Apollyon copied to clipboard

One of the best Python3.9 obfuscators.

Results 5 Apollyon issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/107706148/180623853-14e3b8f9-4c5c-4186-b278-e174c899d2a6.png)

![image](https://user-images.githubusercontent.com/85802406/166901482-25dcda0e-e07e-4e45-9c77-f75529753c39.png)

file = input(f"{Col.Symbol('?', Col.orange, Col.red)} {Col.orange}Drag a file to obfuscate {Col.red}-> {Col.reset}") AttributeError: type object 'Colors' has no attribute 'Symbol' help :

Add support for python versions 3.9+ instead of JUST 3.9. Not everyone wants to downgrade their python version just to be able to run their code.

Updated: - Added `.replace('\\ ', ' ').strip()` to the end of the input asking for a file to be dragged and dropped into the terminal. > This bit of code...