aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoruntir_l <87096069+untir-l@users.noreply.github.com>2022-03-01 08:09:39 +0000
committeruntir_l <87096069+untir-l@users.noreply.github.com>2022-03-01 08:09:39 +0000
commit64b2658e7d6024b185307957e117d3d501da5f32 (patch)
treecc07ac844680ff0981c5df905056327da113d5b6 /README.md
parentfccac2034e56f107df209ac76dbb35ecb8e4b285 (diff)
download8hash-64b2658e7d6024b185307957e117d3d501da5f32.tar
8hash-64b2658e7d6024b185307957e117d3d501da5f32.tar.gz
8hash-64b2658e7d6024b185307957e117d3d501da5f32.zip
Format code with black
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 76bf350..1d19a3c 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,12 @@ It is somewhat strange that magic 8-balls, both physical and digital, can return
Of course, if you get an answer not to your liking, you can reword your query to try for a new one.
-## Usage
+## Usage and info
Run `./eight_hash.py` for interactive use, or `import eight_hash` to use as a library. We have to spell out eight because identifiers can't start with a number :(.
+This is a simple script in Python 3. The code style is the defaults of the `black` code formatter.
+
## Copying
The author of this software is Arjun Satarkar.