Skip to content

This project is a Python tool for generating Ethereum addresses in batch and saving them as a CSV file.

License

Notifications You must be signed in to change notification settings

easonliao1994/python-ethereum-address-generator-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-ethereum-address-generator-csv

This project is a Python tool for generating Ethereum addresses in batch and saving them as a CSV file.

Installation

To use this tool, you need to have Python installed on your system. You also need to install the required dependencies. You can do this by running the following command:

pip install -r requirements.txt

Usage

  1. Run the ethereum_address_generator.py script:
python ethereum_address_generator.py
  1. Enter the number of addresses you want to generate when prompted.

  2. The program will generate the specified number of Ethereum addresses and their private keys, and save them in a CSV file named ethereum_addresses.csv.

  3. The CSV file will contain two columns: "Address" and "Private Key".

File Structure

  • ethereum_address_generator.py: The main script for generating Ethereum addresses.
  • requirements.txt: A file containing the required dependencies.

License

MIT License

About

This project is a Python tool for generating Ethereum addresses in batch and saving them as a CSV file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages