markdown is hard

main
Graham Helton 3 years ago
parent 6df685ed49
commit 8b78481ea1

@ -1,10 +1,11 @@
# What is this? # What is this?
HappySnake is a tool I created to quickly order coffee from https://www.happymugcoffee.com. I mostly made this to help me learn python so don't expect it to be effecient (or even a very good idea... It's probably not wise to buy things using a script unless you really know what you're doing but oh well.) HappySnake is a tool I created to quickly order coffee from https://www.happymugcoffee.com. I mostly made this to help me learn python so don't expect it to be effecient (or even a very good idea... It's probably not wise to buy things using a script unless you really know what you're doing but oh well.)
# Requirements # Requirements
'''bash ```bash
pip3 install selenium colorama pip3 install selenium colorama
''' ```
# Usage # Usage
To run simple create a file called config.json in the directory above where you installed the tool (Please don't put a config.json in a git directory...). I recommend not testing with real info until you're sure this behaves how you expect it to. To run simple create a file called config.json in the directory above where you installed the tool (Please don't put a config.json in a git directory...). I recommend not testing with real info until you're sure this behaves how you expect it to.
# Example
![](example.gif) ![](example.gif)

Loading…
Cancel
Save