Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 222 Bytes

Readme.md

File metadata and controls

10 lines (7 loc) · 222 Bytes

Build

pyinstaller .\Wemo.py --noconsole --noconfirm --onefile --icon=assets\icons\favicon.ico

Run in Web browser

flet .\Wemo.py -d -w

Run in Desktop

flet .\Wemo.py -d

ICO converter