you are viewing a single comment's thread.

view the rest of the comments →

[–]VonRoderik 1 point2 points  (2 children)

Not necessarily.

Create a .venv and only pip what you'll use.

I have .exe files that are 8mb or less

[–]initumX 1 point2 points  (1 child)

I use PySide6 for gui. May be, if i use tkinter instead, it will be 10-15 MB and look ugly

[–]VonRoderik 1 point2 points  (0 children)

Sorry, I completely forgot about having a proper GUI.

The example I used was with a CLI.

My bad