Giter Site home page Giter Site logo

ramonwill / wordsmith Goto Github PK

View Code? Open in Web Editor NEW
16.0 3.0 10.0 3.49 MB

Password cracking software written in python using Tkinter. Supports rar and zip files.

License: MIT License

Python 100.00%
hacking-tool password-cracker python3 wordlist python bruteforce dictionary-attack security tkinter password

wordsmith's Introduction

Hey there, I'm Ramon! ๐Ÿ‘‹

Ramon Williams | YouTube Ramon Williams | Linkedin

  • ๐Ÿ’ฌ Feel free to reach out to me on the above platforms

ReadMe Card

๐Ÿ“ˆ My Github Stats:

RamonWill's github stats

Top Langs

Languages and Tools:

Github

wordsmith's People

Contributors

ramonwill avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

wordsmith's Issues

Add information about UnRARLib

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 (25 kB)
Installing collected packages: unrar
Successfully installed unrar-0.4
WARNING: You are using pip version 20.2.3; however, version 21.1 is available.
You should consider upgrading via the 'D:\WordSmith-master\venv\Scripts\python.exe -m pip install --upgrade pip' command.
(venv) PS D:\WordSmith-master> python .\WordSmith.py
Traceback (most recent call last):
  File "D:\WordSmith-master\WordSmith.py", line 3, in <module>
    from views import DisclaimerPage, HelpPage, MainPage, NavBar
  File "D:\WordSmith-master\views.py", line 4, in <module>
    from controller import Controller
  File "D:\WordSmith-master\controller.py", line 7, in <module>
    from unrar import rarfile
  File "D:\WordSmith-master\venv\lib\site-packages\unrar\rarfile.py", line 26, in <module>
    from unrar import unrarlib
  File "D:\WordSmith-master\venv\lib\site-packages\unrar\unrarlib.py", line 57, in <module>
    raise LookupError("Couldn't find path to unrar library.")
LookupError: Couldn't find path to unrar library.

I fixed this error after reading this answer on SO, but it seems to me that this information should be added to the Installation section in the README

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.