Table of Contents
This project is an extension of previous work by others, combining things from each project that I personally loved and removes some that I did not (see the Acknowledgements section for more info).
TODO
TODO
TODO
In the project's current state, there are variables to be set to generate the image. Right now, these variables are hardcoded python values, named:
player_first_name
player_last_name
team_name
player_season
season_type
An example, seen in the populated Jupyter Notebook, generates a short chart like:
See the Roadmap section for information on how this process will change over time.
-
Add a form for information input.
- Hide code in Jupyter notebook when using form.
-
Update with better input validation for player's first and last name.
-
Adding download support for the image.
-
Add support for different color schemes.
-
Add support for teams.
Mitchell Jones - @mitch3lljones