nyxiereal / ReVancedPacker

RVP - ReVanced APK Compiler written in Python 3.11.4
GNU General Public License v2.0
298 stars 23 forks source link

Fix typo and Linux screen cleaning #18

Closed Oreeeee closed 2 years ago

Oreeeee commented 2 years ago

Screen wouldn't clean on Linux since command for cleaning the screen is "clear"and not "cls" so I created cls() function instead. I also fixed a typo on line 223 where "-" was typed instead of "=".

Oreeeee commented 2 years ago

I also added .gitignore and fixed formatting in Python file.

nyxiereal commented 2 years ago

Bro thanks