djangogirls_usbgenerator icon indicating copy to clipboard operation
djangogirls_usbgenerator copied to clipboard

The USB generator is a script to download everything you need for the workshop in case there is no Internet.

USB generator

What is it?

The USB generator is a script to download everything you need for a Django Girls' workshop in case there is no Internet.

What's in it?

You can choose to download everything or skip some parts. You can choose as many languages as you want for the tutorial.

  • Django Girls tutorial
  • Bootstrap
  • Lobster font
  • Python 3.5.2
  • Django 1.10
  • Sublime Text 2
  • Atom 64bits

How to use it?

Download and install djangogirls_usbgenerator::

pip install djangogirls_usbgenerator

Launch the script::

djangogirls_usbgenerator

Follow the instruction for each step. Valid answers for each step: yes, y, enter or no, n. Enter q to quit.

If you want to download everything::

djangogirls_usbgenerator --all

You will only be asked which languages you want for the tutorial. The rest will download automatically.

Special thanks

Baptiste Mispelon