Skip to content

automateyournetwork/cerebro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cerebro

Mind Maps of X-Men: The Animated Series

Introduction

Using The X-Men: The Animated Series API, Cerebro collects JSON data and then uses Jinja2 templates to create markdown files. Using the markmap VS Code extension these markdown files render as mind maps!

Setup

I recommend running Cerebro 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/cerebro.git

Run the code!

cd Cerebro
cd MindMaps
python3 Cerebro.py

View the Mindmaps

Install the markmap VS Code Extension

Mark Map

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

About

An X-Men: The Animated Series API Mind Map!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages