约 51 个结果
在新选项卡中打开链接
  1. Is it possible to style Python GUI like you would style HTML with CSS ...

    2020年12月7日 · Inside of python your options are quite less, but never none. You have options starting from ttk from tkinter, which uses your OS native widgets and with ttkthemes you can get more …

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

    318 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 …

  3. python - I want to take user input and output it inside GUI - Stack ...

    2021年4月26日 · First thing, In order to accept and display the output on the screen you have to use either Label widget or Canvas Text. Since your code is not updating the Label widget thus I am here …

  4. Is there any Visual Studio-like tool for creating GUIs for Python?

    2013年7月12日 · I love the ease of creating and programming a gui that visual studio provides. It is exactly what your girlfriend is talking about. Unfortunately, it doesn't appear to support Python yet for …

  5. python - How do I create an automatically updating GUI using Tkinter ...

    2014年7月20日 · How do I create an automatically updating GUI using Tkinter? Asked 11 years, 8 months ago Modified 4 years, 3 months ago Viewed 62k times

  6. Choosing a file in Python with simple Dialog - Stack Overflow

    2017年9月12日 · 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...

  7. How to create indicator lights (danger, warning, safe ) using python GUI

    2020年8月3日 · How to create indicator lights (danger, warning, safe ) using python GUI Ask Question Asked 5 years, 8 months ago Modified 5 years, 8 months ago

  8. Run Python script without Windows console appearing

    2016年7月27日 · This article discusses GUI programming with Python, and also alludes to pythonw.exe. It also helpfully points out that if your Python files end with .pyw instead of .py, the standard Windows …

  9. Python get mouse x, y position on click - Stack Overflow

    2016年12月3日 · Coming from IDL, I find it quite hard in python to get the x-y position of the mouse on a single left click using a method that is not an overkill as in tkinter. Does anyone know about a python …

  10. How to hide console window in python? - Stack Overflow

    2015年7月19日 · I am writing an IRC bot in Python. I wish to make stand-alone binaries for Linux and Windows of it. And mainly I wish that when the bot initiates, the console window should hide and the …