Skip to content

ppd0523/webmacro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Macro

Web macro template

Environment

  • python 3.9
  • selenium 4.1
  • chrome 96

Quick start

git clone ...
cd webmacro
python -m venv venv
pip install -r requirements.txt

python main.py

Build Executable

This step confirmed Windows(10, 11), Mac OSX(15.0)

pip install pyinstaller
pyinstaller main.py --onefile --noconsole

Running with Chrome extension

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

About

Test tkinter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published