Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

hairutdin/BatchWalletGenerate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

To compile script into .exe you'll need to install pyinstaller:'
cmd -> pip install pyinstaller

Type cd /d ScriptDirectory and past:
pyinstaller --onefile --hidden-import=_openpyxl --hidden-import=hdwallet --hidden-import=os BatchWalletGenerate.py

You can run the script by .py file as well. Follow the steps:
1. Open cmd
2. Type cd /d ScriptDirectory (if theres an error occur, type the same but without /d)
3. Type pip install -r requirements.txt
4. After downloading finished type: python BatchWalletGenerate.py (running the script)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%