#pysimplegui risultati di ricerca

#PySimpleGUI makes it easy to add plots to your #Python using Matplotlib

driscollis's tweet image. #PySimpleGUI makes it easy to add plots to your #Python using Matplotlib
driscollis's tweet image. #PySimpleGUI makes it easy to add plots to your #Python using Matplotlib

✨TkEasyGUIの解説書「Pythonでつくるデスクトップアプリ」もよろしくお願いします。 #TkEasyGUI #PySImpleGUI amzn.to/45R2NSH


3.1.2 Imageの表示 画像ファイルのパスを指定して表示します #ノンプロ研 #もくもく会 #PySimpleGUI

Hotta3216's tweet image. 3.1.2 Imageの表示
画像ファイルのパスを指定して表示します
#ノンプロ研 #もくもく会 #PySimpleGUI

3.3.2 Checkbox オンだとTrue、オフだとFalseが返ってきます #ノンプロ研 #もくもく会 #PySimpleGUI

Hotta3216's tweet image. 3.3.2 Checkbox
オンだとTrue、オフだとFalseが返ってきます
#ノンプロ研 #もくもく会 #PySimpleGUI
Hotta3216's tweet image. 3.3.2 Checkbox
オンだとTrue、オフだとFalseが返ってきます
#ノンプロ研 #もくもく会 #PySimpleGUI

3.4.2 Spin 数値の選択ができます 生年月日入れたりするのに使うやつ #ノンプロ研 #もくもく会 #PySimpleGUI

Hotta3216's tweet image. 3.4.2 Spin
数値の選択ができます
生年月日入れたりするのに使うやつ
#ノンプロ研 #もくもく会 #PySimpleGUI

次はボタン類です 3.3.1 Button 押した時のActionを自由に設定できます #ノンプロ研 #もくもく会 #PySimpleGUI

Hotta3216's tweet image. 次はボタン類です
3.3.1 Button
押した時のActionを自由に設定できます
#ノンプロ研 #もくもく会 #PySimpleGUI
Hotta3216's tweet image. 次はボタン類です
3.3.1 Button
押した時のActionを自由に設定できます
#ノンプロ研 #もくもく会 #PySimpleGUI

Working Example of my local UI for #stablediffusion 2.1! . . . utilized #pysimplegui and a variety of other modules. #ai #aiart #aiartwork #python #pythonprogramming


3.1.1 Textの表示 これはさっきからやってるやつ PySimpleGUIの基本中の基本です #ノンプロ研 #もくもく会 #PySimpleGUI

Hotta3216's tweet image. 3.1.1 Textの表示
これはさっきからやってるやつ
PySimpleGUIの基本中の基本です
#ノンプロ研 #もくもく会 #PySimpleGUI

2.1.1 ウィジェットの配置 まずは基本的なテキストとボタンだけのGUIです OKボタンを押したらCloseします #ノンプロ研 #もくもく会 #PySimpleGUI

Hotta3216's tweet image. 2.1.1 ウィジェットの配置
まずは基本的なテキストとボタンだけのGUIです
OKボタンを押したらCloseします
#ノンプロ研 #もくもく会 #PySimpleGUI

2.1.4.1 ウィジェットのサイズ設定 文字数と列を指定することでサイズが調整できます さっきよりちょっと横と縦が伸びた感じ #ノンプロ研 #もくもく会 #PySimpleGUI

Hotta3216's tweet image. 2.1.4.1 ウィジェットのサイズ設定
文字数と列を指定することでサイズが調整できます
さっきよりちょっと横と縦が伸びた感じ
#ノンプロ研 #もくもく会 #PySimpleGUI

2.1.4.3 ウィジェトのイベントハンドリングの有効化 これはOKボタンを押すと、ポップアップが出てくるもの ←実行直後 OKボタン押した後→ #ノンプロ研 #もくもく会 #PySimpleGUI

Hotta3216's tweet image. 2.1.4.3 ウィジェトのイベントハンドリングの有効化
これはOKボタンを押すと、ポップアップが出てくるもの
←実行直後 OKボタン押した後→
#ノンプロ研 #もくもく会 #PySimpleGUI
Hotta3216's tweet image. 2.1.4.3 ウィジェトのイベントハンドリングの有効化
これはOKボタンを押すと、ポップアップが出てくるもの
←実行直後 OKボタン押した後→
#ノンプロ研 #もくもく会 #PySimpleGUI

3.4.3 Slider スライダーで数値の選択ができます なぜか浮動小数点型で返ってくる #ノンプロ研 #もくもく会 #PySimpleGUI ちなみにスライダーといえば伊藤智仁ですよね

Hotta3216's tweet image. 3.4.3 Slider
スライダーで数値の選択ができます
なぜか浮動小数点型で返ってくる
#ノンプロ研 #もくもく会 #PySimpleGUI
ちなみにスライダーといえば伊藤智仁ですよね
Hotta3216's tweet image. 3.4.3 Slider
スライダーで数値の選択ができます
なぜか浮動小数点型で返ってくる
#ノンプロ研 #もくもく会 #PySimpleGUI
ちなみにスライダーといえば伊藤智仁ですよね

2.1.4.2 デザインテーマの設定 サイトのコードの"DarkBlue3"だと見た目が変わらなかったので"DarkBlue"にしてみた ダークな感じですね #ノンプロ研 #もくもく会 #PySimpleGUI

Hotta3216's tweet image. 2.1.4.2 デザインテーマの設定
サイトのコードの"DarkBlue3"だと見た目が変わらなかったので"DarkBlue"にしてみた
ダークな感じですね
#ノンプロ研 #もくもく会 #PySimpleGUI

3.3.3 Radio ラジオボタンです。チェックボックスとの違いは、同時に複数選べないことです 選んだボタンの名前もしくはkeyが返ってきます #ノンプロ研 #もくもく会 #PySimpleGUI

Hotta3216's tweet image. 3.3.3 Radio
ラジオボタンです。チェックボックスとの違いは、同時に複数選べないことです
選んだボタンの名前もしくはkeyが返ってきます
#ノンプロ研 #もくもく会 #PySimpleGUI

3.2.1 InputText 文字入力できます オプション設定でパスワードを入力する場合に*で表示することもできます が、結局popupでバラすんかーいw #ノンプロ研 #もくもく会 #PySimpleGUI

Hotta3216's tweet image. 3.2.1 InputText
文字入力できます
オプション設定でパスワードを入力する場合に*で表示することもできます

が、結局popupでバラすんかーいw
#ノンプロ研 #もくもく会 #PySimpleGUI
Hotta3216's tweet image. 3.2.1 InputText
文字入力できます
オプション設定でパスワードを入力する場合に*で表示することもできます

が、結局popupでバラすんかーいw
#ノンプロ研 #もくもく会 #PySimpleGUI
Hotta3216's tweet image. 3.2.1 InputText
文字入力できます
オプション設定でパスワードを入力する場合に*で表示することもできます

が、結局popupでバラすんかーいw
#ノンプロ研 #もくもく会 #PySimpleGUI

3.2.2 Multiline 複数行のテキスト入力ができます 今回はpopupで入力内容をそのまま表示するだけですが、ファイルに保存したらメモ帳になりますね #ノンプロ研 #もくもく会 #PySimpleGUI

Hotta3216's tweet image. 3.2.2 Multiline
複数行のテキスト入力ができます
今回はpopupで入力内容をそのまま表示するだけですが、ファイルに保存したらメモ帳になりますね
#ノンプロ研 #もくもく会 #PySimpleGUI
Hotta3216's tweet image. 3.2.2 Multiline
複数行のテキスト入力ができます
今回はpopupで入力内容をそのまま表示するだけですが、ファイルに保存したらメモ帳になりますね
#ノンプロ研 #もくもく会 #PySimpleGUI

3.4.1 Listbox リストから選択肢を選べます 結果はリストで返ってきます デフォルトでは1つしか選択できません select_modeを設定すると複数選択できます #ノンプロ研 #もくもく会 #PySimpleGUI

Hotta3216's tweet image. 3.4.1 Listbox
リストから選択肢を選べます
結果はリストで返ってきます
デフォルトでは1つしか選択できません
select_modeを設定すると複数選択できます
#ノンプロ研 #もくもく会 #PySimpleGUI
Hotta3216's tweet image. 3.4.1 Listbox
リストから選択肢を選べます
結果はリストで返ってきます
デフォルトでは1つしか選択できません
select_modeを設定すると複数選択できます
#ノンプロ研 #もくもく会 #PySimpleGUI

2.1.4.5 既存のウィジェットへのアクセス GUIのテキスト等は動的に変えることができます ここではUpdateボタンを押すと、テキストの文字列が書き換わります ←初期 Updateボタン押した後→ #ノンプロ研 #もくもく会 #PySimpleGUI

Hotta3216's tweet image. 2.1.4.5 既存のウィジェットへのアクセス
GUIのテキスト等は動的に変えることができます
ここではUpdateボタンを押すと、テキストの文字列が書き換わります
←初期 Updateボタン押した後→
#ノンプロ研 #もくもく会 #PySimpleGUI
Hotta3216's tweet image. 2.1.4.5 既存のウィジェットへのアクセス
GUIのテキスト等は動的に変えることができます
ここではUpdateボタンを押すと、テキストの文字列が書き換わります
←初期 Updateボタン押した後→
#ノンプロ研 #もくもく会 #PySimpleGUI

【定期】Pythonを使った業務効率化とPython3エンジニア認定基礎試験の動画を上げています。 現在、業務効率化の方はPySimpleGUIの情報を発信しています。 興味のある方は是非ご視聴ください! #python試験 #PySimpleGUI youtube.com/channel/UCl_e4…


PySimpleGUIの無料版 FreeSimpleGUI がおススメ! #PySimpleGUI #FreeSimpleGUI freesimplegui.readthedocs.io/en/latest/

Pythonで簡単😊✨アプリ作成🌟

miyashin_prg's tweet image. Pythonで簡単😊✨アプリ作成🌟


新しい PySimpleGUI の記事を公開しました。 今回はファイル選択ウィンドウの実装例と、tkinter の違いをさりげなく解説しています。 Python で GUI 開発に挑戦するなら、ぜひチェックしてください。 #Python #PySimpleGUI #tkinter #GUI開発 yyoshiblog.com/pysimplegui-ba…


Bu arada #PySimpleGUI lisans key bilmem ne istemeye başlamış. Sanırım bulunmaz hint kumaşı. #tkinter kullanmaya başladım.


✨TkEasyGUIの解説書「Pythonでつくるデスクトップアプリ」もよろしくお願いします。 #TkEasyGUI #PySImpleGUI amzn.to/45R2NSH


PySimpleGUI I think is such an under-used tool for automating GUI tasks. If you find yourself performing monotonous tasks you haven't been able to automate because of your employer's security or IT policies, this is for you. #Python #PySimpleGUI #GUI


#PySimpleGui は有料化しててそれに不滿を持った人が #TkEasyGui っていう良くに似たライブラリをMITライセンスで公開してるっぽいな。


Day 11 of 30 - How to add a #Matplotlib chart to a GUI created with #PySimpleGUI and #Python

driscollis's tweet image. Day 11 of 30 - How to add a #Matplotlib chart to a GUI created with #PySimpleGUI and #Python
driscollis's tweet image. Day 11 of 30 - How to add a #Matplotlib chart to a GUI created with #PySimpleGUI and #Python

wxpythonでGUI作ってると、オブジェクト指向してるって気分になる。 wxpythonって継承して使うもんだよね? PySimpleGUIはとても使いやすく良かったんだけどねぇ・・・ 最近、乗り換えました。 #wxPython #PySimpleGUI #GUI #Python


PySimpleGUI、商用利用有償になるのか😳 まぁ名前通り見た目がシンプルなので商用利用する人はあまりいないと思うけど😅 #PySimpleGUI news.mynavi.jp/techplus/artic…


Oh my god! #PySimpleGUI updates to commercial product!


PySimpleGUI 4 will be sunsetted in Q2 2024, marking the end of its support and updates. Developers are encouraged to plan for the transition to newer versions. #PySimpleGUI #SoftwareDevelopment #Sunset2024 bit.ly/4bBrmpe


入力系は以上です まだ応用的なもの(ファイル選択とか)はありますが、ここでは基本的な部品の紹介までです 疲れたので今日は一旦終了 その他のウィジェットがまだ残ってるのでまた後日続きやります~ #ノンプロ研 #もくもく会 #PySimpleGUI


3.4.3 Slider スライダーで数値の選択ができます なぜか浮動小数点型で返ってくる #ノンプロ研 #もくもく会 #PySimpleGUI ちなみにスライダーといえば伊藤智仁ですよね

Hotta3216's tweet image. 3.4.3 Slider
スライダーで数値の選択ができます
なぜか浮動小数点型で返ってくる
#ノンプロ研 #もくもく会 #PySimpleGUI
ちなみにスライダーといえば伊藤智仁ですよね
Hotta3216's tweet image. 3.4.3 Slider
スライダーで数値の選択ができます
なぜか浮動小数点型で返ってくる
#ノンプロ研 #もくもく会 #PySimpleGUI
ちなみにスライダーといえば伊藤智仁ですよね

3.4.2 Spin 数値の選択ができます 生年月日入れたりするのに使うやつ #ノンプロ研 #もくもく会 #PySimpleGUI

Hotta3216's tweet image. 3.4.2 Spin
数値の選択ができます
生年月日入れたりするのに使うやつ
#ノンプロ研 #もくもく会 #PySimpleGUI

3.4.1 Listbox リストから選択肢を選べます 結果はリストで返ってきます デフォルトでは1つしか選択できません select_modeを設定すると複数選択できます #ノンプロ研 #もくもく会 #PySimpleGUI

Hotta3216's tweet image. 3.4.1 Listbox
リストから選択肢を選べます
結果はリストで返ってきます
デフォルトでは1つしか選択できません
select_modeを設定すると複数選択できます
#ノンプロ研 #もくもく会 #PySimpleGUI
Hotta3216's tweet image. 3.4.1 Listbox
リストから選択肢を選べます
結果はリストで返ってきます
デフォルトでは1つしか選択できません
select_modeを設定すると複数選択できます
#ノンプロ研 #もくもく会 #PySimpleGUI

3.3.3 Radio ラジオボタンです。チェックボックスとの違いは、同時に複数選べないことです 選んだボタンの名前もしくはkeyが返ってきます #ノンプロ研 #もくもく会 #PySimpleGUI

Hotta3216's tweet image. 3.3.3 Radio
ラジオボタンです。チェックボックスとの違いは、同時に複数選べないことです
選んだボタンの名前もしくはkeyが返ってきます
#ノンプロ研 #もくもく会 #PySimpleGUI

Let's create a simple MP3 player with #Python, #PySimpleGUI and VLC today! Here's the code and the GUI:

driscollis's tweet image. Let's create a simple MP3 player with #Python, #PySimpleGUI and VLC today!

Here's the code and the GUI:
driscollis's tweet image. Let's create a simple MP3 player with #Python, #PySimpleGUI and VLC today!

Here's the code and the GUI:

#PySimpleGUI でインジケータのモック作った。ええやんこれ。

sndshi's tweet image. #PySimpleGUI でインジケータのモック作った。ええやんこれ。

PySimpleGUIでデスクトップアプリ作成! 「フォルダ内の画像を一括縮小」 詳細はこちら nonbiri3.com/p12.php #PySimpleGUI #デスクトップアプリ

no3bg's tweet image. PySimpleGUIでデスクトップアプリ作成!
「フォルダ内の画像を一括縮小」

詳細はこちら
nonbiri3.com/p12.php

#PySimpleGUI #デスクトップアプリ

لنقم بإنشاء قارئ MP3 بسيط باستخدام #بايثون و #PySimpleGUI إليك الكود وواجهة المستخدم الرسومية:

maarouf_kader's tweet image. لنقم بإنشاء قارئ MP3 بسيط باستخدام #بايثون و #PySimpleGUI 

إليك الكود وواجهة المستخدم الرسومية:
maarouf_kader's tweet image. لنقم بإنشاء قارئ MP3 بسيط باستخدام #بايثون و #PySimpleGUI 

إليك الكود وواجهة المستخدم الرسومية:

Waiting Screen while data is being extracted from an API stackoverflow.com/questions/6557… #pysimplegui #python3x

overflow_meme's tweet image. Waiting Screen while data is being extracted from an API stackoverflow.com/questions/6557… #pysimplegui #python3x

こんなのが作れると思うとワクワクやな(・◡・) #Python3 #pysimplegui #プログラミング

JohannesR0m's tweet image. こんなのが作れると思うとワクワクやな(・◡・) #Python3  #pysimplegui  #プログラミング

You can use the #Seaborn graphing package in #PySimpleGUI too! 🐍💪 Here's an example:

driscollis's tweet image. You can use the #Seaborn graphing package in #PySimpleGUI too! 🐍💪

Here's an example:
driscollis's tweet image. You can use the #Seaborn graphing package in #PySimpleGUI too! 🐍💪

Here's an example:

How to create a fully functional window with PySimpleGUI stackoverflow.com/questions/6430… #pysimplegui

overflow_meme's tweet image. How to create a fully functional window with PySimpleGUI stackoverflow.com/questions/6430… #pysimplegui

Is there a way to implement a countdown within a window, without the window freezing? stackoverflow.com/questions/6201… #python #pysimplegui

overflow_meme's tweet image. Is there a way to implement a countdown within a window, without the window freezing? stackoverflow.com/questions/6201… #python #pysimplegui

#PySimpleGUI makes it easy to add plots to your #Python using Matplotlib

driscollis's tweet image. #PySimpleGUI makes it easy to add plots to your #Python using Matplotlib
driscollis's tweet image. #PySimpleGUI makes it easy to add plots to your #Python using Matplotlib

Loading...

Something went wrong.


Something went wrong.


United States Trends