约 51 个结果
在新选项卡中打开链接
  1. 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 …

  2. 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 …

  3. 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 …

  4. 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 …

  5. 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 …

  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. python - Is there a GUI design app for the Tkinter / grid geometry ...

    2013年1月3日 · Does anyone know of a GUI design app that lets you choose/drag/drop the widgets, and then turn that layout into Python code with the appropriate Tkinter calls & arrangement using the …

  8. 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

  9. How to create beautiful UI's with Python - Stack Overflow

    2022年3月21日 · I wonder if it's possible to create good looking desktop UI's with python? Could I use JS frameworks like Electron with python? Or are there any python libraries which provide modern …

  10. Should I Use Tkinter, C or C# to Make a GUI in Python?

    2013年8月10日 · You'd be right back where you started -- having to learn how to use some library. Instead, Python has several great GUI libraries that you can use. Tkinter is bundled by default within …