Skip to content

Latest commit

 

History

History

GUI

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Graphical Dart Scoreboard

A dart scoreboard program with Graphical User Interface (GUI) written with PyQt5.

Table of Contents

Current Version

Code for the current version of the graphical dart scoreboard can be found by following this link.

Previous Versions

Previous versions of the graphical dart scoreboard can be found in the Previous versions folder. List of the previous versions of the graphical dart scoreboard is as follows:

  1. Graphical dart scoreboard v0.1

What to Implement

There I will provide a list of things that I plan to implement to the graphical dart scoreboard:

  1. Comment the code.
  2. Create separate classes for various stat counts.
  3. Create Max function for counting maximum score of a 3-dart throw.
  4. Create Average function for counting average score of a 3-dart throw.
  5. Create separate functions for displaying stats on the Main Window.
  6. Connect Dialog Window's user input fields to the functions of userInput class.
  7. Display user input on the Main Window.
  8. Update Main Window when data changes.