/biorhythm-calculator

The Biorhythm Calculator is a Streamlit web app that calculates and visualizes a user's physical, emotional, and intellectual biorhythms based on their birth date and a target date.

Primary LanguagePythonApache License 2.0Apache-2.0

Biorhythm Calculator

The Biorhythm Calculator is a Streamlit web app that calculates and visualizes a user's physical, emotional, and intellectual biorhythms based on their birth date and a target date.

License: Apache License 2.0 Forks Stars Issues GitHub contributors

Installation

Before you start, make sure you have Python 3.7+ and pip installed.

  1. Clone this repository:
    git clone https://github.com/hipnologo/biorhythm-calculator.git
    
  2. Navigate to the project directory:
    cd biorhythm-calculator
    
  3. Install the required packages:
    pip install -r requirements.txt
    
    This will install Streamlit and Matplotlib.

Usage

To run the app, use the following command: streamlit run app.py After running the command, Streamlit will provide a URL to open the app in a web browser.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.