Power BI Theme Generator is a desktop tool which helps you generate Power BI theme files from Power BI file. It scans the Power BI file for visuals
and it extracts all available properties of visuals such as colors, formatting etc. and shows it to user. Then user selects which visuals and
properties they want to extract from Power BI file and Power BI Theme Generator will generate .json
theme file which can be imported in another Power BI
files to get same look and feel.
Standard approach for using Power BI Theme Generator is as below:
It is not necessary to create template Power BI file. You can use any Power BI file to extract visual properties to create theme using Power BI Theme Generator.
requirement.txt
by running pip install requirement.txt
PowerBIThemeGeneratorGUI.py
from src/main/python
fbs run
in cmd to run the programRun fbs installer
to create installer file for program
.exe
See also the list of contributors who participated in this project.
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details