GUI design can be a tedious job, requiring the use of specialist design tools and finding a suitable library that fits your ...
Python has established a prominent place in the realm of the world’s most widely used programming languages, aptly so. This popularity stems from Python’s versatility, ease of understanding, and its ...
PythonでGUIを持つデスクトップアプリを開発するには、TkinterやPyQtなど、いくつかの選択肢がある。しかし、いずれも本格的なGUIを作るのには向いているが、ちょっとしたツールを素早く作りたい場合に、学習コストの問題や開発が煩雑という問題があった。
筆者はプログラマーというわけではないが、たまにプログラムを書く。主に使用する言語はPythonだ。 とはいえ、ライブラリをいい感じに組み合わせて動かしているだけで、それをプログラムと呼んでいいのか自分でも葛藤があるくらいだ。自信はまったく ...
前回、PDFの作成ツールを作った。実はこのツール、友人に頼まれて作ったものだった。友人と話していて「こんなツールがあったら良いのに!」と言っていたので、筆者が本連載のネタにもなると思って「それなら簡単に作れるよ」と安請け合いしたのだっ ...
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 in Python, ...