Skip to content

Instantly share code, notes, and snippets.

View gregsonar's full-sized avatar
🐍
trying hard to do things

Gregory Dudnikof gregsonar

🐍
trying hard to do things
View GitHub Profile
@gregsonar
gregsonar / download_zeal_user_docsets.py
Last active July 14, 2020 08:03 — forked from P1xt/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)
import os
import json
import tarfile
import urllib.request
import easygui
import configparser
user_docsets_url = 'https://dashes-to-dashes.herokuapp.com/docsets/contrib'
app_title = 'Download Zeal user docsets'