0

i made a simple password manager in pyside6 and i am wondering how i can make it executable to actually use it. I've tried forums and chatGPT and nothing seems to work, i even somehow broke pyside6 at one point. i run linux mint 21 if that helps.

  • 1
    Check out `pyinstaller` – Alexander May 22 '23 at 22:06
  • okay i will. last i checked pyinstaller only works with older versions of python. – Mathew Still May 22 '23 at 22:11
  • 2
    1. You can have multiple (major and minor) versions of python installed; 2. Since you're on linux, you don't need to make anything special to make a python file executable: just add a proper [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) to the top of the main script and make it executable by setting its properties (either through the UI, or using chmod). – musicamante May 22 '23 at 22:24
  • 1
    Checkout the following for an approach which could be helpful [python-self-contained-runnable-package-template](https://sr.ht/~tpapastylianou/python-self-contained-runnable-package-template/) – itprorh66 May 22 '23 at 23:19

0 Answers0