Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
installer

pyinstaller -F main.py --hidden-import=PIL._tkinter_finder --hidden-import=customtkinter --hidden-import=tkinter
pyinstaller -F test.py --hidden-import=tkinter

chown root main test
chgrp adm main test
chmod 4750 main test