Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 374 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 374 Bytes

Python loading screen prompt generator

This python file will pick a random line from msg.txt and print it to the screen. If requested multiple prompts, it will print one every second.

To call the function

import load
load.msg(<number of prompts>)

Please note that:

  • It will not clear the screen after every prompt
  • It will put each prompt on a new line