A lightweight Python script that scans Matplotlib to generate a single-file, offline-ready (/host online) HTML cheat sheet.
It indexes every function, class, and parameter available, creating a searchable dashboard with "Direct Documentation" links that automatically validate themselves.
- Deep Indexing: Scans 3,000+ items (Pyplot, Axes, 3D, Animations, Ticks, Dates).
- Smart Linking: Generates direct links to official docs; auto-falls back to search if links are broken (404).
- Zero Dependencies: The output is a single
.htmlfile you can keep on your desktop. - Interactive UI: Smooth glassmorphism design with Dark/Light modes and Grid/Row views.
-
Run the script:
python runMe.py
(Note: It may take ~30-60 seconds to validate URLs)
-
Open the output: Open
pltSearch.htmlin any web browser.
- Python 3.x
- Matplotlib (
pip install matplotlib)
MIT