News

This repository is for the Build a Python app with PyInstaller tutorial in the Jenkins User Documentation. The repository contains a simple Python application which is a command line tool "add2vals" ...
antivirus-false-positivesFor reports (usually from virus-total) that PyInstaller generated files are malware.For reports (usually from virus-total) that PyInstaller generated files are malware. I ...
PyInstaller takes your Python code and byte-compiles it. But, then it also creates an executable application that basically loads Python and runs your program. In other words, each application you ...