5
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Python tkinterで作業記録用のタイマーを作成

Posted at

背景

PCで複数の作業を行う際に各作業に何時間かかっているかを計測したくて
Tknterを使用してタイマーアプリを作成してみた。

デモ画面

デモ画面.gif

誤操作防止の為、ResetボタンはStopボタンがクリックされるまで無効化している。
また、Startボタンはクリック後、無効化しStopボタンクリック後に有効化されるように
している。

コード内容

GitHubのリポジトリはこちらになります。
https://github.com/yuuta-git12/TimeManagement_App

5
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?