# Bioinformagic Messages

Generate completely useless bioinformatics-related loading messages.  
Insert into any project to show users just how _advanced_ and 
_clever_ your application is!

#### Use
```python
import bioinformagic_messages as bm

message = bm.Message()

for i in range(0,10):
	print(message.random_message())
```
#### Output
```python
"Inspecting algorithms"
"Shaking domains"
"Hand-crafting the cloud"
"Splurging 00010111001"
"Generating nucleotides"
"Shaking URLs"
"Synthesizing AI"
"Parsing URLs"
"Reticulating extensions"
"Downloading sequences"
```
