this mostly adds a nice banner to the terminal when main.py is run
pull/311/head
null3000 3 years ago committed by GitHub
parent 4631d26391
commit 2ec2a496d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,11 +9,32 @@ import os, time, shutil
REQUIRED_VALUES = ["REDDIT_CLIENT_ID","REDDIT_CLIENT_SECRET","REDDIT_USERNAME","REDDIT_PASSWORD", "OPACITY"]
banner = '''
'''
print(banner)
time.sleep(1.5)
print_markdown(
"### Thanks for using this tool! [Feel free to contribute to this project on GitHub!](https://lewismenelaws.com) If you have any questions, feel free to reach out to me on Twitter or submit a GitHub issue."
)
time.sleep(3)
time.sleep(1)
load_dotenv()

Loading…
Cancel
Save