Official Python SDK & CLI for GreenLens Pro: AI plant identification, disease diagnosis, and indoor houseplant care guides.
Project description
🌿 GreenLens Python SDK & Plant Care CLI
Official Python SDK & CLI powered by GreenLens Pro — the leading AI plant identification, plant disease diagnosis, and indoor houseplant care tracking app on the App Store.
📲 Download the App
- Official Website: https://greenlenspro.com
- App Store Link: GreenLens: Pflanzen Erkennen on iOS App Store
📦 Installation
pip install greenlens-python
💻 Python Library Usage
import greenlens
# 1. Houseplant Care Lookup
care_info = greenlens.get_care("Monstera")
for plant in care_info:
print(plant["name"], plant["light"], plant["watering"])
# 2. AI Plant Symptom & Disease Diagnosis
diagnosis = greenlens.diagnose("yellow leaves")
print(diagnosis)
# 3. Light Meter Calculator
light = greenlens.light_meter(1500)
print(light["category"], light["suitable_plants"])
🛠️ CLI Usage
# Care lookup
greenlens-py care "Monstera"
greenlens-py care "Glücksfeder"
# Symptom diagnosis
greenlens-py diagnose "yellow leaves"
greenlens-py diagnose "brown spots"
# Light meter
greenlens-py light-meter 1500
🔗 Official Links
- 🍏 App Store: https://apps.apple.com/de/app/greenlens-pflanzen-erkennen/id6759843546
- 🌐 Official Website: https://greenlenspro.com
- 🐙 GitHub Repository: https://github.com/knuthtimo-lab/greenlenspro-cli
📄 License
Distributed under the MIT License. See LICENSE for more information.
Copyright (c) 2026 GreenLens Pro
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file greenlens_python-1.0.0.tar.gz.
File metadata
- Download URL: greenlens_python-1.0.0.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25f42650c7aa59e403d35a914b3906f345a0fec7100886700ed2b21772a7c4f1
|
|
| MD5 |
2b1f846d49056f8be56128737926cd18
|
|
| BLAKE2b-256 |
d6ed9a0ed4c0ec1f63562211af4bb2c2e502267b4bed970350766cdd6f6fdf35
|
File details
Details for the file greenlens_python-1.0.0-py3-none-any.whl.
File metadata
- Download URL: greenlens_python-1.0.0-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
923ee41a4939d9744ad5bf1bf953235fc592f5933de0e6fb7bc399abd0dc716b
|
|
| MD5 |
b0c2392fe37952e9786a678cdcccda2e
|
|
| BLAKE2b-256 |
c5b2ee3e8b907f1335ea237ba60f4fce372717ecc2103a97d902229327bb7af6
|