ツイート

@PySimpleGUIさんをブロックしました

このツイートを表示してもよろしいですか?これによって@PySimpleGUIさんのブロックが解除されることはありません。

  1. 19 時間前

    It's particularly disappointing when discovering some have worked on cpython. People wanting to have fun creating & learning are losing. Why? "Not something you want on your resume" one proclaimed this week, but less than 1/2 Traitsui is on LinkedIn profiles vs PySimpleGUI

    このスレッドを表示
    取り消す
  2. 24 時間前

    Is disagreeing on approach not enough? I've endured 2 years of claims by Traitsui users that I'm actively & knowingly HARMING students, newcomers by publishing . Are personal attacks & hyperbolic scare tactics the norm in the Python world? Close to quitting.

    このスレッドを表示
    取り消す
  3. 7月17日

    Release 4.25.0 posted to PyPI. A lot of changes in this one (they're all pretty big come to think of it). This one has potential impacts on existing code which is really rare e.g. Blocking popups now modal New multi-threading mechanism & Demo. Fix for tk 8.6.9 bug

    取り消す
  4. 7月13日

    Heads-up users. Coming soon in version 4.25.0: 1. A potentially big impact if you use popups. Popups are becoming modal by default. 2. Table/tree row highlights are now based on theme colors (or any colors you want). These impact existing apps & thus rarely done

    取り消す
  5. さんがリツイート
    7月13日

    🐍🎧 The Real Python Podcast (Episode 17): Linear Programming, PySimpleGUI, and More This week we talk to about linear programming, and how it can be used to solve resource optimization problems. We also discuss making convenient Python GUIs

    取り消す
  6. 7月9日

    A new instructional video! This one is different. It's an animated whiteboard video that was professionally produced. I'm elated at the outcome. It's a fun video that demonstrates how easy and fun it is to work with PySimpleGUI.

    取り消す
  7. 7月7日

    New program. Just discovered that the drawing technique I used for the Web version works on tk and Qt. Now you can run this one program on all 3 GUI frameworks by only changing 1 line, the import. The code is located here:

    取り消す
  8. 7月6日

    drawings using ! 4 new demos now available Was able to port over the other PySimpleGUI Matplotlib demos easily. I hope the sciencey PySimpleGUI users find this helpful!

    取り消す
  9. 7月3日

    So....needed to release 4.24.0 to turn OFF the patch that fixes the tkinter treeview color problems in Python 3.7.2-3.9+ because the highlighting is also broken. If you want to enable the code that fixes the colors, you can call: set_options(enable_treeview_869_patch=True)

    取り消す
  10. 7月3日

    Release 4.23.0 of just posted to PyPI. Fixes for Mac users, a patch to get around the tkinter table/tree color bug in versions Python 3.7.2 - 3.9.0, more error checks, added popup features and more. A little bit of something for everyone.

    取り消す
  11. 6月30日

    New Cookbook Recipe that shows how to use the new "cprint" function. Printing (color) text to a window has never been easier! Fantastic for logging or providing status updates. Very user friendly.

    取り消す
  12. 6月28日

    Release 4.22.0 has a new function cprint (color print) - print to any multiline element in any window. Mega-flexible, tons of uses. Designed to make it trivial for you to use. cprint('Just like a print') cprint('Stuff', colors='white on red')

    取り消す
  13. 6月27日

    Would really like to hear from users... Does your PySimpleGUI program use classes for the GUI portion of your code (do you create your own classes)?

    取り消す
  14. 6月26日

    A new demo - LED indicators using Text Elements. Someone asked on Reddit about an easy way and this is as easy as I could think of.

    取り消す
  15. 6月22日
    取り消す
  16. 6月19日

    Realized I should have demonstrated the use of the alpha channel meant that all of these widgets are semi-transparent, a highly desirable feature for desktop widgets. Make one for yourself. It'll remind you how good of a Python programmer you are all day long.

    このスレッドを表示
    取り消す
  17. 6月18日

    Uninstalled Rainmeter today, replaced by widgets. Transform a PySimpleGUI window into a Widget-like app by changing 3 parameters when creating the window (no titlebar, grab anywhere, alpha). No added code required. LOTS of fun making these!

    このスレッドを表示
    取り消す
  18. 6月17日

    Huge honor that wrote an article about for ! Thank you so VERY much!

    取り消す
  19. 6月15日

    Tip - Use Text Element as a button When making element: 1. Set a key 2. Enable events for the element 3. Optional but nice - Use Unicode chars to add graphics Like this fancy❎(even more X's here )

    取り消す
  20. 6月15日

    Tip of the Day: Run in a more "windowsy" way by renaming your .py file to .pyw and launching using pythonw.exe instead of python.exe. Your app will launch right into your GUI with no console window. Can tell you're even running Python.

    取り消す

読み込みに時間がかかっているようです。

Twitterの処理能力の限界を超えているか、一時的な不具合が発生しています。やりなおすか、Twitterステータスで詳細をご確認ください。

    こちらもおすすめです

    ·