Aran404 / Raptor-Multi-Tool

GNU General Public License v3.0
64 stars 12 forks source link

ctypes for linux #5

Open FuckingToasters opened 2 years ago

FuckingToasters commented 2 years ago

Hey, i know the Title is kinda clickbait BUT you wrote in the readme, that ctypes only works on windows and linux users should remove it. It seems like you dont know what the os libary can do. You can check if the system is windows or linux and only if its windows run the ctype stuff. if os.name == "nt": # if the system is windows If you need help from a real coder just hit me up. Im not skidding like you do.

DrkTheDon commented 2 years ago

Same problem for me

Do: if os.name == "nt": "do something idk" else:

Aran404 commented 2 years ago

Imagine being 21 and wasting your life trash talking get a hold of yourself, i couldn't care less about ctypes you the one that is telling people to pip install os/sys, goofy

FuckingToasters commented 2 years ago

I not told that they need to install it i just said how to fix it for the Linux thing instead of just removing all the lines that are related to ctypes.

DrkTheDon commented 2 years ago

Imagine being 21 and wasting your life trash talking get a hold of yourself, i couldn't care less about ctypes you the one that is telling people to pip install os/sys, goofy

isint os with python, you dont have to install it

FuckingToasters commented 2 years ago

Imagine being 21 and wasting your life trash talking get a hold of yourself, i couldn't care less about ctypes you the one that is telling people to pip install os/sys, goofy

isint os with python, you dont have to install it

Yes indeed it is. I just added it to be sure but because it not break it, the installation ends and it continue with the next one there is no reason to remove it from my repo. Users still can remove it tho but it's unnecessary work and I'm lazy as fuck.