jason990420 / PySimpleGUI-Projects

Some projects with PySimpleGUI
22 stars 4 forks source link

PySimpleGUI-Projects

Some projects with PySimpleGUI - All files here are all open source.

Some scripts maybe use this Tool.py, PySimpleGI_Tool.py

Tool.py

PySimpleGUI_Tool.py

1. PyHelper 20210117.pyw

Import .py file or directory from Python package, and build tree list for each class and each function with document string. It help us to find what arguments to use in class or function quickly. If document string exists, there will be also document string shown for each class and each function.

Screen Picture

2. File Manager

We always get trouble to find where my files when files get more and more. Here, this script manage your files by tags and you can find your files in couple seconds.

Two areas shown in screen, one for tag new/edit/delete/selection and another one for file import/search/open. Functions on left side:

picture

3. Bejeweled Game

picture

4. Tetris Game

picture

5. Road moving in 3D

picture

6. MP3 Player.py

7. sg Image Button.py

New shape of Button for PySimpleGUI provide a new function to replace origin class Button for PySimpleGUI. Issue left and no solution found for it Button disabled still a rectangle and bad looking !

New Shape Button

8. Binary Viewer.pyw

View file in binary format Binary Viewer