- Feb 07, 2022
-
-
u2189347 authored
Changed 'find_top_NOC_and_discipline' to for same number of athletes
-
u2189347 authored
Updated formatting to improve readability.
-
u2189347 authored
File introduced by doctests.
-
u2189347 authored
Updated code styling to comply with pep8 standards fully.
-
u2189347 authored
Updated doctests for main methods.
-
- Feb 06, 2022
- Feb 05, 2022
- Feb 03, 2022
-
-
u2189347 authored
Changed commenting to comply with PEP8 line length standard.
-
u2189347 authored
Improved docstring and single line commenting across the program.
-
u2189347 authored
Moved data handling functions into class and GUI class inherits this.
-
u2189347 authored
Moved button creation into class initialisation.
-
u2189347 authored
Corrected spelling of "GraphicalUserInterace" to GraphicalUserInterface.
-
- Feb 02, 2022
-
-
u2189347 authored
Changed order of class methods in GraphicalUserInterface.
-
u2189347 authored
Changed external functions to class methods.
-
u2189347 authored
Created a function to clear tkinter grid rather than reusing code twice.
-
u2189347 authored
Changed listbox function to include new parameter, reducing total code.
-
George Goldsmith authored
Created a new GUI method for the creation of buttons.
-
- Jan 31, 2022
-
-
George Goldsmith authored
Remove line "import os" as os library went unused.
-
George Goldsmith authored
Remove bug in GUI which would leave the longest names on the screen.
-
- Jan 30, 2022
-
-
George Goldsmith authored
Improve look of GUI by adding colours and changing button sizes.
-
- Jan 28, 2022
- Jan 27, 2022
-
-
u2189347 authored
Remove code for the FR2 function, as all functionalites included in FR3.
-
u2189347 authored
Make code more easily usable and output in console more aesthetically.
-
u2189347 authored
Improve FR3 commenting and remove redudant lines of code.
-
u2189347 authored
Add missing comments to the split athlete list function.
-
u2189347 authored
Create a function to split a list of athletes: Name, NOC, Discipline.
-
- Jan 19, 2022
-
-
u2189347 authored
Create function to list the top discipline for NOCs highlighted in FR2.
-
u2189347 authored
Change output for FR2 from 6 of the top NOCs to the correct 5.
-
George Goldsmith authored
Create function to list the top 5 NOCs by number of athletes.
-
- Jan 14, 2022
-
-
u2189347 authored
Added more comments to to increase readability and flow of program.
-
u2189347 authored
Remove reduant line of code which shouldn't be present.
-
u2189347 authored
Update line length to comply with PEP8 79 character limit.
-
u2189347 authored
Create function to list shortest & longest names w/ NOC and discipline.
-
u2189347 authored
Updated project settings to reflect PEP8 , 79 characters per line.
-