python-console-scripts Example repo for specifying console scripts in Python and building Linux packages. setuptools setuptools allows the specification of console_scripts entry points, which get turned into executable scripts when installed via pip. Examples no dependencies simple dependency complex dependencies