Skip to content

Giieniox256/hdzero-programmer

 
 

Repository files navigation

Python version

Version used in project - Python 3.12

Generate exe using cxfreeze Windows, MacOs

Coming soon...

For Developers

  1. Use poetry for creating venv.
  2. Use black code formatter with line length 110 characters.
  3. Use flake8 for best code quality.
  4. To run app type HDZero_programmer_2.py

Compile resources

If you add resources into the UI designer, remember to recompile resources. Otherwise, images may be not correctly displayed.

pyside6-rcc src/resources.qrc -o src/resources.py

Remember to add imports to load svg. This imports can be found in .HDZero_programmer_2.py

import src.resources
import PySide6.QtSvg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%