Skip to content

Commit 2af4a30

Browse files
committed
updated README
1 parent 395722c commit 2af4a30

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,18 @@ Executable is generated with `pyinstaller`.
6060

6161
```sh
6262
$ pyinstaller --onefile "hashme.py"
63+
64+
#after pyfigment addition (fix for font not found issue)
65+
$ pyinstaller --onefile --add-data "venv\Lib\site-packages\pyfiglet;./pyfiglet" hashme.py
6366
```
6467

6568
Checkout latest release (`.exe`) [here](https://github.com/abhishekarya1/hashme-cli/releases).
6669

6770
## Further
6871
- Hashing entire folder recursively and generate hash file to be verified with later (like QuickSFV)
72+
73+
## References
74+
- [Argparse Tutorial = YouTube](https://youtu.be/Y2Vatkp4Y6M)
75+
- https://docs.python.org/3/library/argparse.html
76+
- https://docs.python.org/3/howto/argparse.html
77+
- [A Simple Guide To Command Line Arguments With ArgParse - towards data science](https://towardsdatascience.com/a-simple-guide-to-command-line-arguments-with-argparse-6824c30ab1c3)

0 commit comments

Comments
 (0)