Skip to content

Small modular Flask application that keeps track of plant moisture levels and can give water when needed.

Notifications You must be signed in to change notification settings

RT-codes/SelfWateringRasp

Repository files navigation

Plant Moisture Tracker

A simple Flask application to track and update plant moisture levels.

Setup and Installation

  • Ensure Python 3.8 or later is installed on your machine.
  • Clone the repository: git clone <repository-url>
  • Navigate into the project directory: cd plant-moisture-tracker
  • Create a virtual environment: python -m venv venv
  • Activate the virtual environment:
    • On Windows: venv\Scripts\activate
    • On Unix or MacOS: source venv/bin/activate
  • Install the required dependencies: pip install -r requirements.txt
  • Start the application: flask run

showcase

Contributing

Contributions are welcome! Please feel free to submit a pull request.

About

Small modular Flask application that keeps track of plant moisture levels and can give water when needed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors