Resources for Science Olympiad Astronomy
Find a file
2020-12-13 21:33:09 -06:00
.gitignore mkbinder is ready! 2020-12-13 21:23:26 -06:00
LICENSE Create LICENSE 2020-11-27 19:11:09 -06:00
mkbinder.py Handle newlines and # 2020-12-13 21:33:09 -06:00
README.md Fix dependencies 2020-12-13 21:26:34 -06:00
requirements.txt mkbinder is ready! 2020-12-13 21:23:26 -06:00
Stars.txt Handle newlines and # 2020-12-13 21:33:09 -06:00

Astronomy

Resources for Science Olympiad Astronomy

Guide

Google Drive

Folder: https://drive.google.com/drive/folders/1tSWqSONcjwJWfYled2abuSCmDSUt4KiA?usp=sharing

Generate a binder

You need to have Python 3 installed.

Install dependencies: pip install -r requirements.txt

Add links to download to text files. The links in each text file will be downloaded to their own folder.

Run ./mkbinder.py. It may take a while, depending on how many links to download.

usage: mkbinder.py [-h] [--backend {pdfkit,weasyprint}]

optional arguments:
  -h, --help            show this help message and exit
  --backend {pdfkit,weasyprint}, -b {pdfkit,weasyprint}
                        change the download backend; default: pdfkit