Skip to content

Latest commit

 

History

History
76 lines (54 loc) · 1.2 KB

readme.md

File metadata and controls

76 lines (54 loc) · 1.2 KB

CRYPTO REPLACER

Description 📌

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.

Starting 🚀

Requirements:

pyperclip
time
re
ctypes
os
sys
inspect

Downloading:

git clone https://github.com/matifanger/crypto-replacer
cd crypto-replacer
pip3 install -r requirements.txt

Configuring ⚙️

Open (crypto-replacer.py). Look for variable (my_addresses) and setup with anything you want.

Making the binaries:

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

Regex cryptos - Supported 📖

  • Bitcoin
  • Ethereum
  • Dash
  • Cardano
  • Polkadot
  • Ripple
  • Tron
  • Litecoin
  • Monero
  • Doge
  • Solana

Todo 📄

  • Add more cryptos
  • Add linux support