ニュース

ラズパイはミニPCの一つですが、WindowsなどのOSと趣旨が違いより外部機器とやり取りしやすい構造になっています。例えばカメラモジュールは取り付けてちょっと初期設定をすれば、Python等から比較的簡単に操作できます。 ところで、外部機器とやり取り ...
今回はtkinterで簡単な電卓を作っていきます。最終的には機能を多めにして関数電卓のような感じにしますが、今回は基礎編として四則演算と累乗ができるようにしていきます。 *今回はtkinterで作りますが、少しプログラムをいじればPygameなどでもできると ...
Basic GUI calculators built using Python's Tkinter library. One provides separate buttons for each operation, while the other offers a more standard calculator interface. This repository contains two ...
I have a python program using tkinter. When running the program within Thonny the tkinter buttons do not respond to mouse clicks. If the program is run directly all is OK. This is running with the ...