|
|
@@ -1,2 +1,19 @@
|
|
|
# nnyverter
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+### pip3 install pdfminer.six
|
|
|
+
|
|
|
+
|
|
|
+### exe:
|
|
|
+https://pypi.org/project/auto-py-to-exe/
|
|
|
+
|
|
|
+$ pip install auto-py-to-exe
|
|
|
+
|
|
|
+Then to run it, execute the following in the terminal:
|
|
|
+
|
|
|
+$ auto-py-to-exe
|
|
|
+
|
|
|
+ If you have more than one version of Python installed, you can use python -m auto_py_to_exe instead of auto-py-to-exe.
|
|
|
+
|
|
|
+
|