Skip to content

A Flask app for fitness tools and information, featuring a BMI calculator and fitness plans. It scrapes and validates fitness data from Google, providing accurate results and reliable sources.

Notifications You must be signed in to change notification settings

sanidhyapn/Fitbot_webapplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started To run this application, follow these steps:

  1. Install Python Ensure Python is installed on your system. Download it from python.org if needed.

  2. Install Dependencies Navigate to the project directory in your terminal and install the required Python packages:

    pip install flask beautifulsoup4 aiohttp requests

  3. Run the Application Open the terminal in Visual Studio Code.

Navigate to the directory containing app.py.

Start the application by running:

python app.py Your Flask application should now be running. Open your browser and go to http://localhost:5000 to access it.

image

About

A Flask app for fitness tools and information, featuring a BMI calculator and fitness plans. It scrapes and validates fitness data from Google, providing accurate results and reliable sources.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published