WordSmith
WordSmith copied to clipboard
Password cracking software written in python using Tkinter. Supports rar and zip files.
Results
1
WordSmith issues
Sort by
recently updated
recently updated
newest added
``` PS D:\WordSmith-master> python -V Python 3.9.4 PS D:\WordSmith-master> python -m venv venv PS D:\WordSmith-master> .\venv\Scripts\activate (venv) PS D:\WordSmith-master> python -m pip install -r .\requirements.txt Collecting unrar Using cached unrar-0.4-py3-none-any.whl...