Py+Icon 2 Win
$0+
$0+
https://schema.org/InStock
usd
The Corrupt Modification
Build your app in Python...
-> Then add name, icon, and metatada while you package it as an EXE
This application allows you to set the icon, and write necessary metadata, when compiling an application from a PY file into an EXE.
- And it makes it easy to clean up the junk!
- Dist and Build folders go into an App Data sub folder, which can be accessed and cleared with via simple buttons.
- EXEs are output to a Documents sub folder, with an option to also output to the Desktop.
This is essentially just a useful GUI for PyInstall.
- I've had the most luck with this when using Tkinter designed applications, but have seen Pillow work fine as well.
- If you get any errors, ChatGPT should be able to help sort out most issues (if you can't sort out the issue yourself)
- As long as your code is fairly simple, this packaging solution should work out.
Python 3.0 needed
Intent:
I wanted a tool that would create EXEs for me out of Python code. Problem was - Getting all the images, icos, and other exes for bundles, and stuff in the same folder - or writing out the full expressions of the exact filepath, forunning a PyInstall in CMD prompt, from the folder.... It was cumbersome, to say the least.
Size
23.7 KB
Add to wishlist