Skip to content

automateyournetwork/lightsaber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Lightsaber

Mind Maps of Star Wars

example 1

example 2

Introduction

Using The Star Wars API, Lightsaber 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 Lightsaber 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/lightsaber.git

Run the code!

cd Lightsaber
cd MindMaps
python3 Lightsaber.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 the Star Wars API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published