From 79d02233a7311c8f261edb69d37f49696cfb3322 Mon Sep 17 00:00:00 2001 From: woheller69 <68678880+woheller69@users.noreply.github.com> Date: Thu, 20 Nov 2025 11:02:53 +0100 Subject: [PATCH] Add link to Python library to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cfdd40c..813f86a 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,9 @@ The app uses: - Solar positioning library (https://github.com/klausbrunner/solarpositioning) which is licensed under MIT License - Zip4j (https://github.com/srikanth-lingala/zip4j) which is licensed under Apache License Version 2.0 - CompassView (https://github.com/kix2902/CompassView) which is published under Apache License 2.0 +## Python + +If you need the fuctionality in Python have a look at [solXpect_meets_python](https://github.com/blablubbbb/solXpect_meets_python) ## Contributing