Can drop or open to view image and gif.
Right click to open the file, use the left and right arrows or click on the left and right parts of the window to switch images;
Press the T key to sort by time, press the S key to sort by size, and press the N key to sort by name.
If you have the environment, please cd to this fold and run
poetry initRun.
poetry run python ./Python_Pic_Viewer.pyIf not, please continue.
Install pipx
pip install --user pipxIt is possible (even most likely) the above finishes with a WARNING looking similar to this:
WARNING: The script pipx.exe is installed in
<USER folder>\AppData\Roaming\Python\Python3x\Scriptswhich is not on PATH
cd <USER folder>\AppData\Roaming\Python\Python3x\Scripts
.\pipx.exe ensurepathInstall Poetry
pipx install poetry
pipx ensurepathYou can find the Poetry in C:/Users/<USER folder>/.local/bin/poetry.exe
Run to build.
poetry run pyinstaller -w -F -n PythonPicViewer ./Python_Pic_Viewer.py --additional-hooks-dir=.Should have installed the pyinstaller.
poetry add pyinstaller