Forum Thread: Botnet in Python Question

If I where to program a bot in python and I make a installer or executable will it still run on a windows computer that doesn't have python installed on it??

5 Responses

Python requires the framework to function. Otherwise if you have a valid compiled executable, it should work fine on Windows.

ok, so if it is a valid compiled executable than window wouldn't have to have any type of python framework installed and the bot would work/run just fine correct? I am just asking cause I am having a hard time learning how to program in c and I understand python a lot better.....

thanks for your help I just found my answer sorry if I have wasted your time thank you very much

yup it works , and use pyintaller or py2exe . for me I prefer pyinstaller .

Share Your Thoughts

  • Hot
  • Active