Skip to content

jaylikesbunda/WifyCat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WifyCat - Hashcat GUI

A Hashcat GUI with a user-friendly interface.

image

Requirements

  • Python 3.7 or newer
  • PySide6
  • requests
  • pillow (for icon conversion when bundling)
  • Windows 10 or newer (right now)

Install dependencies:

pip install PySide6 requests pillow

Running from source

python wifycat.py

Building a standalone executable

Use the provided build script to install PyInstaller, generate the icon, and bundle the application:

python build.py

The built executable will be in the dist/ folder as wifycat.exe, complete with the application icon.