Skip to content

karllrak/GUITimer

Repository files navigation

A Small Timer with GUI based on PyQt4

The following docs assume that you have installed pyqt4 and python2.7 on your windows/linux.

run the command

  • pyuic4 ui/ui_guiTimer.ui -xo ui/ui_guiTimer.py
  • pyuic4 ui/ui_dataShow.ui -xo ui/ui_dataShow.py
  • pyrcc4 ui/qrc_guiTimer.qrc -x ui/qrc_guiTimer.py

then run it

python guiTimer.py

About

A small PyQt4-based timer (only support zh_CN right now)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages