/pyvis

A data visualization tool that is an extension of pybaseball

Primary LanguagePythonMIT LicenseMIT

PyVis

PyVis is a data visualization tool that is an extension of pybaseball.

Getting Started

See below on how to start using PyVis.

Prerequisites

First, you need to install pybaseball by typing the following into the command line: pip install pybaseball. If you don't have pip, install it here.

It is recommended that you replace any local files installed by pip with the files from the pybaseball repo, as some functions in PyVis use updated functions that have not been updated in the pip installation.

Installation

Currently, you cannot install PyVis via pip. In the future, that will be the case. For now, download all the Python files in the PyVis folder into a local folder on your computer.

How PyVis Works

See Explaining PyVis.md to learn more about the capabilities of PyVis. Have fun visualizing!

Contributing

See CONTRIBUTING.md to learn how you can contribute to PyVis.

License

The PyVis project is under the MIT License. See LICENSE.md for more.

Acknowledgments