Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 390 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 390 Bytes

BioloJoke

Because you can't be geek enough!

How to use

Installation should be pretty simple and straight forward so it will be excluded from this file to make it quick.
Syntax:

import BioloJoke

# Get a random joke
# (returns a random joke):
BioloJoke.getJoke()

# Get a certain joke
# REQUIRES: passing int for joke number
BioloJoke.joke(number=PutAnIntegerHere)