This program is a simple Bitcoin wallet manager that allows users to check their balance, send Bitcoin to another address, and exit the application.
Before running the program, ensure you have Python installed on your system. Additionally, you need to have the bitcoinlib
library installed. You can install it using pip:
pip install bitcoinlib
wallet_manager.py
file.wallet_manager.py
in your terminal.python wallet_manager.py
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.