LouisJayCaro / Stopwatch_project

This project is for our Object Oriented Programming for ECE, class ECE115.2_16JK_21-22-2
1 stars 0 forks source link

Themes Added #10

Closed LouisJayCaro closed 2 years ago

LouisJayCaro commented 2 years ago

Added a new Dark mode Theme

Summary

All main functions that include the GUI are now added. Added the source code for the stopwatch GUI using PyQt5. I also used the Qt designer tool that comes with PyQt5 Tools Start, Pause, Lap, and Reset functions have been implemented. dark mode Is now added

So far, I have used just one major package for this.

Details

To Install PyQt type this into cmd: pip install pyqt5 Added changes to Stopwatch_project.py

To install QT Desinger go here.

Change Window name to Python Stopwatch

References

  1. How to Use PyQt QTimer
  2. QLC Class

Checks

Images

GUI: image

Darkmode image requirement.txt: image