Skip to content

automateyournetwork/bunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bunt

Mind Maps of Major League Baseball from MLB Data API!

Instructions

Virtual Environment

I recommend running bunt in a Python virtual environment. This will help keep your host system clean and allow you to have multiple environments to try new things. If you are not using a virtual environment, start at the download/clone step below.

You will also need Python 3 and venv installed on your host system.

In your project directory, create your virtual environment

python3 -m venv env

Activate (use) your new virtual environment (Linux):

source env/bin/activate

Download or clone the mind_nmap repository:

git clone https://github.com/automateyournetwork/bunt.git

Run the code!

cd bunt
cd MindMaps
python3 bunt.py

View the Mindmaps

Install the markmap VS Code Extension

Mark Map

Open the markdown file and click the "Open as markmap"

About

Mind Maps of Major League Baseball from MLB Data API!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published