Skip to content

Commit 38d4553

Browse files
authored
Update README.md
1 parent 9e27beb commit 38d4553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ And many more functions!
3838
### Q: Why is the program detected as a virus?
3939

4040
A: Usually, this program should not be detected as a virus. PyInstaller is the program I used to convert Python into an EXE file. PyInstaller is a tool that is also often used to create viruses, keyloggers, and other malicious software. In other words, Py to Exe is not a true compiler, but rather a container in EXE format that runs at startup in addition to your Py file. It also secretly writes the necessary runtime to the disk and runs it automatically. This behavior is similar to that of Trojans and other malware, as evidenced by the Virus Total link provided to show that this program will not harm your computer:
41-
https://www.virustotal.com/gui/file/e9075b5b7ebe456c4cf759873b97cb21bf8ba1706c4fdc1c35d8fe3d188ea548
41+
NO RELEASES CURRENTLY :p
4242

4343
### Q: What if my names contain spaces?
4444

0 commit comments

Comments
 (0)