About 153,000 results
Open links in new tab
  1. Choosing a file in Python with simple Dialog - Stack Overflow

    Sep 12, 2017 · I would like to get file path as input in my Python console application. Currently I can only ask for full path as an input in the console. Is there a way to trigger a simple user interface where...

  2. user interface - How to write GUI in Python? - Stack Overflow

    I would like to try to write a GUI application in Python. I found out that there are a lot of ways to do it (different toolkits). And, in this context, I have several basic (and I think simple) que...

  3. python - User input in dialog box - Stack Overflow

    May 21, 2018 · Is there any library available in python for the graphical user entry input. I know about tk but I believe it takes some line of codes to do that. I am looking for the shortest solution. a = input('

  4. Quick and easy file dialog in Python? - Stack Overflow

    Feb 17, 2012 · 7 Using tkinter (python 2) or Tkinter (python 3) it's indeed possible to display file open dialog (See other answers here). Please notice however that user interface of that dialog is outdated …

  5. python - PySimpleGui: change font, font display, Ubuntu, ugly fonts ...

    Apr 18, 2021 · Here is a simple PySimpleGui program that demonstrates listing all the system fonts and applying any of the 4 style modifiers (Bold, Italics, Underline, Overstrike/Strikeout). This is a basically …

  6. Create a directly-executable cross-platform GUI app using Python

    First you will need some GUI library with Python bindings and then (if you want) some program that will convert your python scripts into standalone executables. Cross-platform GUI libraries with Python …

  7. Using PySimpleGUI to create a custom progress bar

    Jan 1, 2021 · 2 I have just started learning PySimpleGUI and I wanted to create a custom GUI progress bar that will display what parts of the program are running at different times. For example, I have a …

  8. How to create a GUI in Python without advanced libraries?

    Nov 7, 2022 · I want to create a GUI, without Tkinter or any other library (preferably in Windows and CPython). Basically, if you go into the files of Python and its libraries, you can find the functions of …

  9. python - Files or Folder Browse in PySimpleGUI - Stack Overflow

    Is there a way to either choose one file in a folder or multiple files in a folder or just a folder (and then process all the files inside it) with PySimpleGUI? So far I've made something like this:

  10. python - How can I create a simple GUI using an RQT plugin? - Stack ...

    Feb 4, 2024 · From this message, it looks like the plugin couldn't be loaded due to an AttributeError: AttributeError: 'MyPlugin' object has no attribute 'setWidget' I had thought that the setWidget attribute …