Creating a Graphical Installer
In my opinion, every Python library deserves a graphical installer for Windows users. It’s easy to make (even if you don’t run Windows yourself), and Windows users appreciate it.
Distutils can create a graphical Windows installer for you, by passing the bdist_wininst
command to your Distutils setup script.
Get hands-on with 1400+ tech skills courses.