Coder Social home page Coder Social logo

sgw's Introduction

SGW

Virtual and Augmented Reality Specialization Group work.

STOP WATCH MECHANISM

Alt text

TASKS/FUNCTIONALITIES

  1. The time format should be 00:00:00 for (hours:mins:secs)
  2. The start button should start the watch from the secs and adds up to minutes and hours
  3. The pause button should pause the stopwatch and prints its current value to the console or display the current value
  4. The resume button should continue the stopwatch from when it was paused
  5. The reset button should set the watch back to 00:00:00
  6. The stop button should stop the watch and display the last read value

DOCUMENTATION

  1. the stop watch uses TKinter library to create simple grphical interface for the stopwatch
  2. The 'start' method starts the stopwatch timer. it records thre current time when the user clicks "start" and update the elasped time continuously
  3. The 'stop' methid stops the stopwatch timer
  4. The 'reset' method resets the stop watch timer to zero
  5. The 'update' method updates the displayed time by calculating the elapsed time and scheduling itself to run again after 1 second if the stopwatch is running.
  6. The update_time method formats and updates the time displayed on the GUI
  7. The if name == "main": block initializes the GUI and starts the stopwatch application.

UNIT TEST


sgw's People

Contributors

ante-237 avatar aluwaye-noah avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.