Web macro template
- python 3.9
- selenium 4.1
- chrome 96
git clone ...
cd webmacro
python -m venv venv
pip install -r requirements.txt
python main.py
This step confirmed Windows(10, 11), Mac OSX(15.0)
pip install pyinstaller
pyinstaller main.py --onefile --noconsole
Creating the extensions/
, place the *.crx
as shown below
webmacro
├── README.md
├── extensions
│ └── metamask_10_6_4_0.crx
├── main.py
├── requirements.txt
├── tester.ipynb
└── tk2.py