Display MoreAlso since last update I believe you need pyperclip but not 100% sure.
I am sorry, I tried making some kind of a package for linux but as it is/was foreign grounds I didn't have much luck with it, I managed to build *something* but in the end ubuntu asked me to choose a program to open the "shared library file" with.Next to that I also had problems running the script but after installing what Astral said the script ran successfully
If you have python3 installed, try the following in bash (sudo probably gonna be required before every command):
pip3 install cx_Freeze
pip3 install tkinterpip3 install pyperclip
If it fails again let me know, I will try to figure something out since I have ubuntu on dual boot mostly because of this!
(btw if cx_freeze fails to install, try a bit older python version. I had problems installing it on 3.8 last week)
Are those the only dependencies? If so, you can just make a setup.py such that
pip install -e .
will install all of it.
Also yeah, 3.8 breaks a lot of dependencies...