A modern Python-based application for reading, writing, and analyzing magnetic stripe card data. This project is a continuation of the original StripeSnoop project, rebuilt with modern Python and a user-friendly interface.
Clone the repository:
git clone https://github.com/Nsfr750/PySnoop.git
cd PySnoop
Create and activate a virtual environment:
# Windows
python -m venv venv
.\venv\Scripts\activate
# macOS/Linux
python3 -m venv venv
source venv/bin/activate
Install dependencies:
pip install -r requirements.txt
PySnoop can be built into a standalone executable using Nuitka. We provide two build scripts:
.\snoop_debug.bat
This creates a debug version of the application with the console window enabled for troubleshooting.
.\snoop.bat
This creates an optimized release version of the application.
build\PySnoop_debug.exe
build\PySnoop.exe
pip install -r requirements.txt
python pysnoop_gui.py
python pysnoop.py [options]
-h, --help Show help message and exit
-v, --verbose Enable verbose output
--version Show version information
For detailed documentation, including API reference and usage examples, please visit the documentation.
Contributions are welcome! Please read our contributing guidelines to get started.
This project is licensed under the GPLv3 License - see the LICENSE file for details.
If you find this project useful, consider supporting its development:
For questions or support, please open an issue or contact Nsfr750.
Contributions are welcome! Please feel free to submit a Pull Request.