diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-10-21 10:38:19 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-10-21 10:38:19 +0100 |
commit | 080cf18520562c1611c843a9f8d432ad2275ba1c (patch) | |
tree | 72292a407b079bf7ba18de9e45ddbe11fb36533d /README.md | |
parent | 03382865783ebf48fec4aa1a3915b88144ec046b (diff) |
added README
Diffstat (limited to '')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..58dee87 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +This software is a CLI UI layer for +[bcompiler-engine]https://github.com/hammerheadlemon/bcompiler-engine). It +alllows for easy access to adapters available within `bcompiler-engine` and is +intended to be packaged using a packaging application such as `PyInstaller` and +thus making `bcompiler-engine` palatable to non-technical users, and users who +do not have access to a Python installation. + + +Details, including links to the downloadable version of this software are be +found at [Datamaps - Twenty Four +Software](https://www.datamaps.twentyfoursoftware.com). |