Roblox-Launcher-minus-the-app
Roblox-Launcher-minus-the-app copied to clipboard
better version of current launcher, updates automatically and has a dev py script
just fetches latest launcher script and compiles it, usable for older versions of windows incase the launcher isnt working usable by higher than windows vista and smaller than windows 8 incase you're having trouble just install py 3.8, run pip install pyinstaller and run this script, should automatically fix everything
I think you should use remove instead of calling from system to remove file, and you should use rmtree to remove dir. Also dont import entire os. You can do like this to import only required functions.
from os import remove
from shutil import rmtree
thanks for the observations