added to readme

This commit is contained in:
2020-06-11 11:06:17 +02:00
parent 5f2d5fb86c
commit 55f175cf90
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
.idea/
Pipfile.lock
# Byte-compiled / optimized / DLL files
__pycache__/

View File

@@ -12,6 +12,8 @@ A command line application and Python library for generating binary numbers for
```make_binary_problems <number_of_bits: integer> <number_of_problems: integer>```
## TODO
- add installation of ghostscript as a prereq
- brew install ghostscript or...?
- use click to make it a proper CLI, now that there will be multiple options
- make it produce printable sheets, probably as PDFs
- add nice spacing for easy reading