Skip to content

djmahe4/mindmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mindmap Generator

This Python script generates a mind map from a given set of topics and subtopics.

Requirements

This script requires the following Python packages:

  • google-generativeai
  • python-dotenv
  • pylatexenc
  • networkx
  • matplotlib

You can install these packages using pip:

pip install -r requirements.txt

Usage

First install using:

git clone https://github.com/djmahe4/mindmap

Then you can run the script using Python:

python mindmap.py

This will generate a mind map and save it as an image file.

Customization

You can customize the appearance of the mind map by modifying the node_colors, font_sizes, and pos variables in the script.

Releases

No releases published

Packages

No packages published

Languages