PyQt6 Version of BITVERIFY
V1.0.1
BitVerify is a desktop application built with Python and PyQt6 for validating Bitcoin addresses. The application supports P2PKH, P2SH, and Bech32 address types and offers both light and dark modes for better user experience.
- Validate P2PKH, P2SH, and Bech32 Bitcoin addresses
- Bulk validation from a file
- Light and Dark Mode support
- Simple and intuitive GUI
- Error popups for invalid addresses
- Open-source
- Python 3.6+
- PyQt6
- Clone the repository:
git clone https://github.com/yourusername/bitverify.git
- Navigate to the project directory:
cd bitverify
- Install the requirements:
pip install -r requirements.txt
- Run the application:
or check Releases for latest version
python bitverify.py
- Enter a Bitcoin address in the input field.
- Click the "Validate" button to check the validity of the address.
- A popup will appear to indicate whether the address is valid or not.
- Use the "Toggle Theme" button to switch between light and dark modes.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.