Skip to content

knacker123/ECycle-Predictron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ECycle-Predictron

Tool to analyze data of race series. Reads external data, displays the current standings od the race series and predicts results, based on the past results. The tool was mainly written for private use to further analyse the race results od the 2020/2021 E-Cycling-Leaque Austria: https://www.e-cycling-austria.at/

I published the code for the following reasons:

  • Feel free to use the program, if you are interested in further statistics
  • Feel free to review my Python source code. I am always eager to learn
  • Feel free to contribute to the project - either by adding some more features, or by adding further Import Modules for other racing leaques. Maybe, just contact me in advance.

Currently, the tool only supports the result format of the Austrian ECyclingLeaque (https://www.e-cycling-austria.at/).

Installation

Requirements: Python 3.5+ installed.

$ pip3 install -r requirements.txt

# Now you can run the ECycle-Predictron
$ python3 main.py --dir directoryname

directoryname is the path to a directory, where all of your race results are stored as PDF.

Example Usage

Store the program to: C:\Users\ECycle-Predictron

Create another folder in this directory: C:\Users\ECycle-Predictron\results

Copy all pdfs of the race results of the E-Cycling-Leaque-Austria into this folder. Now run

$ python3 main.py --dir results

All of the results in the PDFs will be imported. Now you can follow the instructions of the command line program. You have the following options:

  • help
  • print the current leaderboard
  • print a predicted leaderboard
  • show stats of a dedicated rider
#example
$ Welcome to the Race Analyzer. All Result files were imported. Type help or ? to list all commands
$
$ > predict BIKECARD
$ Pos.  Name            races  predicted  (current  || avg      || trend   )
$ ...
$ 4     GUDER           7      914.67     (880      || 125.71   || 132.33  )

License

See the LICENSE file for license rights and limitations.

About

Import race results from PDF files. In case of a race series, race results will be predicted based on the last athlete trends.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages