From 43c46d372d29c797664bf25b24d368a2ca3242dc Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Fri, 26 Mar 2021 11:49:11 -0400 Subject: [PATCH] Added sdelete64 --- src/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 6b98818..685aa27 100644 --- a/src/README.md +++ b/src/README.md @@ -10,7 +10,9 @@ Now, go into Lib/ and then site-packages. Create a fol Next, go back to the directory where Python is installed. Go into tcl/ and then tclX.X. Go into the same folder you extracted earlier and go into tkdnd/, and then go into your respective platform folder. Copy all the files there into the tclX.X directory from above. -Finally, download reedsolo.zip from above, extract it, and go into the folder. Open up a terminal and python setup.py install. When that's finished, go into Build/ and then lib.XXXXXXX. You should now have a Python extension called creedsolo.pyd on Windows, creedsolo.so or creedsolo.dylib on MacOS, and creedsolo.so on Linux. Copy this file to the same directory where Picocrypt.py is. +Download reedsolo.zip from above, extract it, and go into the folder. Open up a terminal and python setup.py install. When that's finished, go into Build/ and then lib.XXXXXXX. You should now have a Python extension called creedsolo.pyd on Windows, creedsolo.so or creedsolo.dylib on MacOS, and creedsolo.so on Linux. Copy this file to the same directory where Picocrypt.py is. + +If you on Windows, you will also need to download sdelete64.exe and put it in the same directory as Picocrypt.py. Now you're all good. Just python3 Picocrypt.py and enjoy!