PyComl is coded in Python/PyQt6. It is inspired by PyCommonist.
Current version is 0.0 (23.08.2024). It is MVP and it is in progress.
It is better to not try to clone and run, this stuff is mostly for developers. Please use installers when they will be available.
- Clone repository
- Create virtual environment with python 3.11+, may be earlier versions will work too, but i do not support them.
- Install
requirements-dev.txt
- Execute
cli.py
to run application
Happy hacking.
If you want to commit to repository please install pre-commit in cloned repository via pre-commit install
,
then your changes will be properly formatted at commit.
And do not forget to run mypy, it sometimes produces useful errors and warnings.
Linters and tests will run from GitHub side after you push to repository.