Closed wpeaton closed 8 months ago
Hi, A nice project. I suggest making a github (or other platform of your preference) repository for it, and I would be happy to add a link here to your project. I did a small test of your code, and it works fine. I had to change a few things as you assume a windows executable in the same directory as your program (I am on linux and utftex is in my path). Not sure why, but after trying to build an executable with pyinstaller I had to copy the file utftexgui.ui to the dist/utftex_gui directory.
I made a new repository on GitHub. https://github.com/wpeaton/utftex-gui/.
For pyinstaller it's a little extra work, but if you create a SPEC file, you can list all of the extra files you want to include (like .ui files, icons, README, etc.). To use the spec file during "compile" use command pyinstaller <options> myfile.spec
instead of pyinstaller <options> myfile.py
Thanks for making a repository. I added a section in the README linking to several projects using libtexprintf/utftex.
I made a GUI using PyQt6. It should be easily translatable to PySide6. It borrows a lot of ideas from AsciiTeX.
It's designed to be made into an executable file with PyInstaller.
utftexgui.zip