-
Python: 3.10
System: Windows 10
`pip freeze`:
```
cachetools==5.0.0
future==0.18.2
pefile==2021.9.3
py2exe==0.11.0.1
PySimpleGUI==4.56.0
```
main.py:
```
import PySimpleGUI
```
set…
-
I have a simple table displaying!
![image](https://user-images.githubusercontent.com/13696193/54326439-c151dc80-45dc-11e9-8ef9-de52508ada5e.png)
Tables are going to make a LOT of people happy.
…
-
訳あってこのソースをexe化してみたところ、どうやっても動かんかった。
- py2exe
- PyInstaller
- cx_Freeze
で試したが無理。
librosaが中でsoundfileを呼んでるからか、PySimpleGUIがいけないのか?
-
On Windows, pythonw.exe makes this launching problem trivial.
I will likely be renaming a number of the PySimpleGUI Demo Programs as .pyw files in the future. It's the best option I think availab…
-
Wanted to stop in and say that I like the GUI you've made.
I hope PySimpleGUI is working out well for you. Feel free to post an Issue on the GitHub site if you have any questions or problems.
-
I followed all the steps, but still encountered this error.
Help me , please. I added you from the Discord address.
When I run it from the command prompt, it says 'trial version', and when I start t…
-
### Type of Issue (Enhancement, Error, Bug, Question)
Enhancement request
Need a pure python wheel for PySide2
----------------------------------------
#### Operating System
Kubuntu 20.04
…
-
## Type of Issue (Enhancement, Error, Bug, Question)
Error Message
----------------------------------------
## Environment
#### Operating System
Windows version win11
#### PySimple…
-
Hello, I have many thousands of images to colour but using deepai.org is quite slow.
Could your code be easily made to work from a local ai file like PySimpleGUI-Photo-Colorizer which uses colorizati…
-