/ChartExec

Creating a chart with a executable python code

Primary LanguagePython

ChartExec

Creating a chart with a executable python code

Codes

Ubuntu envi install:

python3 -m venv .venv

Windows envi install:

python -m venv .venv

Pip requirements:

pip install pandas matplotlib openpyxl xlrd pyinstaller

Pip install requirements:

pip install -r requirements.txt

Python installer

pyinstaller --onefile --noconsole --icon={file} {path+main.py}