henryj320 / python_projects

This is a repository for all of my Python projects. The README contains all of the Completed and Future project ideas.
0 stars 0 forks source link

muscle_checker #51

Open henryj320 opened 2 years ago

henryj320 commented 2 years ago

muscle_checker Date Started: 2022-09-29 Date Completed: 2022-10-09 (10 days) Language: Python Overview: Input which exercises you completed this week. The system outputs which of the main muscles you missed this week and what exercises you could do to train them.

Result: I now have a muscle_checker Flask website which can be run anytime and outputs the muscles hit, muscles missed and what exercises to do to hit them.

Running the Project: To run the project, follow these steps: Run "git clone ...". cd into the muscle_checker directory. Run "python3 -m venv venv" to create a new virtual environment to run the project inside. Run ". venv/bin/activate" to activate the new environment. Run "flask run --host=0.0.0.0" to start running the website. Go to "127.0.0.1:5000".