Any tkinter executable I make is seen as a virus. Across multiple machines and various different virus scanners.
When making the executable I use:
pyinstaller -w --onefile test.py
If I add a shell command to the pyinstaller it is NOT seen as a virus.
pyinstaller --onefile test.py
Does anyone know why this is happening ?
Im using Python 3.8.1 - 32 bit. My operating system is Windows 10 64-bit