Skip to content

Repository files navigation

Battery Health Report Generator

App Icon

To Create Dist Folder

pyinstaller --name="Battery Health Report Generator" --icon="icons/app_icon.ico" --add-data="icons;icons" --add-data="stylesheets;stylesheets" --windowed --onedir --contents-directory "." app.py clean.py extract.py generate.py load_json.py

Note:

1. To make it window-based, add the -w (a.k.a. --windowed) option. Then your executable will start without the console attached.

2. To get the .exe file and data in one folder, use --contents-directory. (It's necessary to pass --onedir too)

Design

Light Theme

Design Light

Dark Theme

Design Dark

Accent Theme

Design Accent

Releases

Packages

Used by

Contributors

Languages