Welcome to our Password Checking Software – a secure and reliable solution created to help users enhance their digital safety. Developed by Brajendra C., this tool is designed to check password strength and offer instant feedback to improve your online security.
Our goal is to promote better cybersecurity practices and help users protect their sensitive information with ease. The software is built using Python, ensuring a powerful yet user-friendly experience.
- 🔍 Scan available WiFi networks
- 🔒 Check password strength
- 🌙 Dark mode support
- 📤 Export results in multiple formats
- 📝 Connection history tracking
- 💾 Network profile management
For more updates and future projects, follow us on:
- 📱 Telegram Channel
- 🎥 YouTube
- Python 3.x
- pywifi
- tkinter (usually comes with Python)
- pyperclip
- Additional dependencies
- Clone the repository or download the executable
- If running from source, install the required modules:
# Create and activate virtual environment (recommended)
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install required packages
pip install pywifi
pip install pyperclip- Run the executable or Python script
- Click 'Scan Networks' to find available WiFi networks
- Select a network from the list
- Choose a password list file
- Click 'Start Cracking' to begin
- Ctrl+S: Save results
- Ctrl+O: Open password file
- Ctrl+Q: Quit
- F5: Scan networks
- F1: Help
This tool is for educational purposes only. Use it responsibly and only on networks you own or have permission to test.
If you encounter any issues with pywifi installation, try:
pip install --upgrade pip
pip install pywifiFor Windows users experiencing compatibility issues:
pip install comtypesThis project is licensed under the MIT License - see the LICENSE file for details.