# random-eth-account A simple CLI tool to generate a random Ethereum account ## Install ## Basic usage: ```bash random-eth-account ``` Generate multiple accounts: ```bash random-eth-account --count 5 ``` Save output to a file: ```bash random-eth-account --output accounts.txt ```