Skip to content

Instantly share code, notes, and snippets.

View manpreetszr's full-sized avatar

Manpreet Singh manpreetszr

View GitHub Profile
@manpreetszr
manpreetszr / download_zeal_user_docsets.py
Created December 1, 2020 20:32 — forked from crmne/download_zeal_user_docsets.py
A solution to the lack of UI for Dash's user docsets in Zeal. Uses Python 3 and easygui (pip3 install easygui)
"""Download Dash User Docsets and install them in Zeal"""
import configparser
import json
import tarfile
import urllib.request
from pathlib import Path
from sys import platform
import easygui