Skip to main content

Includes python sample code using Tkinter

Project description

Tkinter を利用した python のGUIアプリケーションのサンプルコードを取りまとめています。

hitkパッケージとは

Tkinterのウィジェット組み立ての記述をパッケージに取りまとめました。 これを利用すると、ユーザコードは個々のアプリケーション固有の記述に集中することが出来ます。

macOSとWindowsの両方で動作するように注意しながら作成しています。

サンプルコードの取り寄せ方

こちらのコードは github で作成しています。 git コマンドで次のように入手できます。

$ git clone https://github.com/IwaoWatanabe/hitk.git

開発者インストール

setup.py を用意していますので、確認しながら動作させたいなら develop インストールしてみてください。

$ cd hitk
$ python setup.py develop --user

develop インストールすると、ソースコードがそのまま sys.path に配置されたかのように動作します。 –user はお好みでどうぞ。 こちらをつけるとシステムに組み込まれないで、ユーザのホームディレクトリ以下に組み込まれます。

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hitk-0.1.2.tar.gz (80.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page