Creating a chart with a executable python code
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}