A PyQt software to list view images on the special folder.
-
If your PC are the Ubuntu 16.04 and Python3.5, you can cd the folder [/dist] get the one-file bundled executable and then you can execute it directly.
-
Also you can see the source python files, the main entrance of Application is main.py file which connects the ' ./ui/mainwindow.py'. You can run it on your PC Terminal such like this 'python3 Images_viewer.py'.
- PyQt5
- Python3
If you want to build the executable file depend on your PC enviorment, you can install the PyInstaller to build it.
- Such like this:
pyinstaller -F <Your main entrance>