Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 538 Bytes

README.md

File metadata and controls

25 lines (24 loc) · 538 Bytes

Fitness tracker module:

Description:

Receives data from sensors on physical activity and displays messages based on the received data in the form:

  • Workout type:
  • Duration: n hours;
  • Distance: n km;
  • Average speed: n km/h;
  • Calories burned: n.

Technology:

  • Python 3.10.4

Installation:

Clone the repository. On the command line:

git clone https://github.com/t0pdog/fitness_tracker.git

Or using an SSH key:

git clone [email protected]:t0pdog/fitness_tracker.git

Author

Shirikov Dmitry