Could someone tell me which is better of the two for bundling Python applications — cx_Freeze or PyInstaller? I'm looking for a comparison based on factors such as:
- Popularity (i.e. larger user base)
- Footprint of the built binary
- Cross platform compatibility
- Ease of use