Downloading and Setup

This is a wrapper containing several features including jokes, dog images (aww), inspiration and much more. Makes your code simpler and shorter.

Importing

Right now, it is just a file which you can download and use. Download it here. Add it to your folder, name it whatever you would like (not necessary), then import it like this

import main as up

You can rename up to whatever you want. main must have the same name as the file you downloaded. Remember - its main, not main.py.

If you stored the file in a folder, import it like this

import folder.filename as nickname

Here's how you use the features:

myfile.py
import main as up

print(up.method())

Last updated