ニュース

Pythonで最も簡単にGUIを作成する国産GUIフレームワーク「TkEasyGUI」のバージョン1.0を先ほどリリースしました かなり安定して動作するようになって来ました #Python #GUI #DesktopApp ...
はい、おっしゃる通り、GUIアプリケーションで100行を超えると途端に全体像が把握しづらくなるというのは、初学者の方にはよくある悩みです。 特に、Tkinterのように「手書き」でGUIを構築していく場合は、その傾向が顕著になりますね。 とても共感できます。
Python GUIs Examples This repository contains 100s of GUI examples written in Python. From complete working applications to reusable widgets snippets, these examples can be freely re-used, re-mixed ...
Ubuntuでも使えるWebカメラのGUI設定ツール「camset」と、そのバックグラウンドで動いている「Video for Linux(V4L)」用のCLIツールを紹介します。
米Anaconda社は、HTML文書の中にJavaScriptと同じようにPythonのコードを記述し、実行可能にする「PyScript」をオープンソースで公開した。
The new PyScript project lets you embed Python programs directly in HTML pages and execute them within the browser without any server-based requirements. The project was announced this weekend at ...
Not every programmer likes creating GUI code. Most hacker types don’t mind a command line interface, but very few ordinary users appreciate them. However, if you write command line programs i… ...