easygui | EasyGUI is a module for very simple , very easy GUI
kandi X-RAY | easygui Summary
kandi X-RAY | easygui Summary
easygui for Python
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of easygui
easygui Key Features
easygui Examples and Code Snippets
Community Discussions
Trending Discussions on easygui
QUESTION
I have been looking everywhere for this kind of simple solution and I'm still coming up short.
All I want to do is simply splash some text only onto the screen, without a background or using a "message box" that has a menu bar/buttons with it. Just text, that's all. Maybe with a way to set a color for the font as well as I want the text to be a light gray. Using Windows 10 and Python 3.8+.
I've looked at easygui (message box, uses buttons), PySimpleGUI (best option so far, shown below, but defaults to a white background), Tkinter and pygame (but I have no clue how to set up what I'm looking for with those packages.
This is what I have using PySimpleGui, would love for this to be a transparent background if possible!
...ANSWER
Answered 2022-Mar-11 at 23:50You're trying to make a sort of screen without a title-menu.
In, that case I can help you by telling you to use root.overrideredirect(True)
which is a crucial part of your code.
QUESTION
I have this to import all modules if they dont exist, the thing is that even if i have them it also behaves has if i dont, what am i doing wrong?
...ANSWER
Answered 2021-Oct-08 at 13:47When you import a module you do it like this:
QUESTION
I want to open images in Python by selecting them in a dialog box, how can I do that? I tried tkinter and easygui but when I use them the program freezes and never loads. Any suggestions?
...ANSWER
Answered 2021-Aug-19 at 20:07As mentioned in the comments, you should provide a minimal reproducible example. Since you are a new member, I am giving you this example, which can be found here. https://www.geeksforgeeks.org/loading-images-in-tkinter-using-pil/
QUESTION
I have used windows and cmd to download modules, for python version 3.9, such as pydrive, easygui etc however when I try to import them in pyscripter I recieve an error message displaying:
Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'easgui'
.
I am trying to complete this geeks for geeks tutorial: https://www.geeksforgeeks.org/collecting-data-with-google-forms-and-pandas/ and need to download several modules. Any help would be much appreciated, thanks in advance.
...ANSWER
Answered 2021-Aug-17 at 17:27Glad to answer on your question. I have check the error message. Also, I think you want to install easygui
module. But in error message, its spell is easgui
.
Please install easygui
module and import it correctly.
For install, please run below instruction on cmd.
QUESTION
For the small project I'm working on, I have to use the package easygui
with import easygui
. I believe I installed it correctly, but now I'm getting the error:
ModuleNotFoundError: No module named 'global_state'
From my understanding, it has something to do with easygui
. I tried uninstalling and reinstalling easygui
for a possible fix, but no luck.
I'm installing version 0.3.5 through Ubuntu.
The traceback of the error:
...ANSWER
Answered 2021-Aug-05 at 21:41Maybe the problem is with your tkinter; in your python version try to import tkinter:
QUESTION
How do I change the value of a blitted integer?
I printed out the scores, but the scores on the Pygame window doesn't change. I tried everything I could, but it didn't help. I tried blitting it multiple times, but it just made it bold. I tried calling the surface again, but it still didn't help. Can you help me with that? Thanks! Here is the code:
...ANSWER
Answered 2021-Aug-01 at 05:52f you change the score (score_display1
, score_display2
) you will have to render the text Surface again (score_surface1
, score_surface2
). The Surface doesn't magically change when the text from which it was generated is changed:
QUESTION
I have the following development that I am working on with the Tkinter, ElementTree and Pandas modules in Python:
...ANSWER
Answered 2021-Jun-18 at 03:31Just for possible searches or related problems later, I share the solution:
Take the value command = lambda x = xml_Name, y = id_tc: transform_data_atri_child_4 (x, y)
in the button attributes and it worked, my function is like this:
QUESTION
I have a block of code which successfully tracks and outputs the position of the object. Here's a video of it working. I would like to convert this code into a class, as I'm planning to have multiple cameras whose positions I need to keep track of. Here's the code that runs successfully:
...ANSWER
Answered 2021-Jun-29 at 16:10What really matters in your case is the commented waitKey
, which is needed for the update. As a first step you can replace the commented two lines by cv2.waitKey(1)
. The continuous updates should start working again.
QUESTION
I have managed to execute the function through the thread, but after a few moments it stops working, until I move my mouse again, if I minimise the window, the thread will stop until I re-open the window.
...ANSWER
Answered 2021-May-10 at 11:00So I fixed it by adding the following in the main class:
QUESTION
So I was given some example code of how to essentially control multiple Listboxes within one function, it seems to work during the example code but after implementing i am struggling to see what I've missed out.
Example code:
...ANSWER
Answered 2021-May-03 at 01:54I didn't test it but I think you use it with wrong object.
Original code use
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install easygui
No Installation instructions are available at this moment for easygui.Refer to component home page for details.
Support
If you have any questions vist the community on GitHub, Stack Overflow.
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page