-
The Autocomplete Notes App is a Python-based GUI application built using the Tkinter library. It simplifies note-taking by offering an autocomplete feature. As the user types in the main text box, the…
-
It works on Windows but my macOS.
heres are error messages
```
File "/Users/doyouhike/project/WANDTEC/Tools/SignalIntegrity-master/SignalIntegrity/App/SignalIntegrityApp.py", line 1097, in main…
-
The docstring: `"""Return the resource value for a KEY given as string."""` claims it returns as a string however it returns a `_tkinter.Tcl_Obj`
which seems to lack `__eq__`/the ability to compare…
-
When using fileinput from library tkinter application crashes.
Using python3.6
macOS 10.12.6
Code:
```python
def __init__(self):
...
tk.Tk().withdraw()
@rumps.clicked("Setting…
axeII updated
7 years ago
-
Hi,
I tried to display an image with PyQt5 using a simple get_frame() but it doesn't work. The method get_frame doesn't return any array.
```
import sys
from PyQt5.QtWidgets import QApplicatio…
-
# Create a Tkinter app using Python with the following functionalities:
- Load the Welcome Screen
- Check Subscription
- Load Inner Page 1
- Make a function to easily switch between Pages 1-8
- P…
-
Para consultar sobre una librería deben responder esta issue con una pregunta de la siguiente forma:
> Puedo usar la librería nombre_librería para hacer explicación_de_lo_que_quiero_hacer
¡Rec…
-
Hi,
I am trying to create a docker containers that will run on lambda but I continuously get the error: [Unable to import module 'app': No module named '_tkinter'", "errorType": "Runtime.ImportModu…
-
I define a simple command function
`def ui_evt_save(event=None):`
wire it in into a button,
but when it triggers the event parameter is still None,
I would need a way to get the caller instance…
-
environment: macos m1
python 3.9
```
python3 run_app_gui.py
/Users/songkeys/Library/Python/3.9/lib/python/site-packages/PySimpleGUI/PySimpleGUI.py:24845: UserWarning: You are running a VERY old …