From fc2970682ceaec962ab88819f290f8424e0301d7 Mon Sep 17 00:00:00 2001 From: Samancctv232323 Date: Sat, 16 Nov 2024 20:34:54 +0330 Subject: [PATCH] Update EthRedCryptoMAGIC.py --- EthRedCryptoMAGIC.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EthRedCryptoMAGIC.py b/EthRedCryptoMAGIC.py index 1872bb2..7835d0e 100644 --- a/EthRedCryptoMAGIC.py +++ b/EthRedCryptoMAGIC.py @@ -2,14 +2,14 @@ # ----------------------------- Programmer Mmdrza.Com ---------------------- # import ctypes import time -import optparse +import argparse import multiprocessing from bip_utils import Bip32Slip10Secp256k1, Bip39MnemonicGenerator, Bip39SeedGenerator, Bip39WordsNum, EthAddrEncoder from rich import print def Main(): - p = optparse.OptionParser() + p = argparse.ArgumentParser() p.add_option('-f', '--file', dest="filenameEth", help="Ethereum Rich Address File With Type Format .TXT [Example: -f eth5.txt] ") p.add_option('-v', '--view', dest="ViewPrint", help="Print After Generated This Number Print And Report")