All Projects → cfilipov → MuscleBook

cfilipov / MuscleBook

Licence: GPL-3.0 license
[ABANDONED] Muscle Book is an iOS workout tracker for strength training and body building.

Programming Languages

swift
15916 projects
c
50402 projects - #5 most used programming language
objective c
16641 projects - #2 most used programming language
C++
36643 projects - #6 most used programming language
Makefile
30231 projects
M4
1887 projects

Projects that are alternatives of or similar to MuscleBook

murmur
DEPRECATED - A webapp for collecting speech samples for voice recognition testing and training
Stars: ✭ 20 (-44.44%)
Mutual labels:  abandoned
valgrind
DEPRECATED - git-svn copy of the valgrind subversion repo. Firefox OS specific patches applied in "fxos" branch.
Stars: ✭ 22 (-38.89%)
Mutual labels:  abandoned
mozilla-download
DEPRECATED - Download firefox / b2g-desktop / mulet
Stars: ✭ 15 (-58.33%)
Mutual labels:  abandoned
webping
🚦 Python script to monitor web pages.
Stars: ✭ 20 (-44.44%)
Mutual labels:  abandoned
hms-health-demo-java
HMS Health demo code provides demo programs for your reference or usage. Developers can access the Huawei Health Platform and obtain sports & health data by integrating HUAWEI Health.
Stars: ✭ 37 (+2.78%)
Mutual labels:  fitness
hms-health-demo-kotlin
HMS Health demo code provides demo programs for your reference or usage. Developers can access the Huawei Health Platform and obtain sports & health data by integrating HUAWEI Health.
Stars: ✭ 21 (-41.67%)
Mutual labels:  fitness
addon-sdk
DEPRECATED - The Add-on SDK repository.
Stars: ✭ 643 (+1686.11%)
Mutual labels:  abandoned
lumbergh
DEPRECATED - Whaaaat's happening? Careers website... Mmmkay?
Stars: ✭ 19 (-47.22%)
Mutual labels:  abandoned
B2GOS-community
DEPRECATED - Tasks management for the B2G OS working groups
Stars: ✭ 11 (-69.44%)
Mutual labels:  abandoned
pytoxcore
Python binding for ToxCore
Stars: ✭ 37 (+2.78%)
Mutual labels:  abandoned
garmin health
Python 3.x library to access Garmin Connect Health API
Stars: ✭ 32 (-11.11%)
Mutual labels:  fitness
SmartSpin2k
Transform your spin bike into a Smart Trainer!
Stars: ✭ 88 (+144.44%)
Mutual labels:  fitness
ha strava
Pipe your Activity Data from Strava directly into Home Assistant
Stars: ✭ 63 (+75%)
Mutual labels:  fitness
goga
A fully RESTful API from any existing PostgreSQL database written in Rust
Stars: ✭ 17 (-52.78%)
Mutual labels:  abandoned
rn-fitness-tracker
React Native module to interact with Google Fit and Apple HealthKit.
Stars: ✭ 58 (+61.11%)
Mutual labels:  fitness
fxtest-jenkins-pipeline
DEPRECATED
Stars: ✭ 39 (+8.33%)
Mutual labels:  abandoned
Script My Workout
🏃 Programmable workouts from the comfort of your terminal 🏃
Stars: ✭ 19 (-47.22%)
Mutual labels:  fitness
lifescripts
Automating various decisions stochastically, starting with my current coin-based intermittent fasting and dice-based kettlebell.
Stars: ✭ 20 (-44.44%)
Mutual labels:  fitness
running-on-streetview
Virtual Running on Google Street View.
Stars: ✭ 20 (-44.44%)
Mutual labels:  fitness
markup
DEPRECATED - This projects has been retired.
Stars: ✭ 25 (-30.56%)
Mutual labels:  abandoned

MuscleBook.app

Status: ABANDONED Swift 2.2 License MIT

This project has been abandoned, it is no longer maintained, and likely won't build anymore. Muscle book now lives on as a web app: MuscleBook.net


Muscle Book is an iOS workout tracker for strength training and body building. This app is not targeted at beginner lifters, but there is no reason a beginner should avoid using this application.

Features

  • Simple workout data entry supporting reps, sets, weight, duration, warmup and failure sets
  • Musculature visualizations
  • Intensity and volume calculations
  • Export to CSV (currently broken in 0.0.1)
  • Track personal records (PRs): 1RM, e1RM, xRM
  • Calculate and track Estimated one-rep max (e1RM)
  • Exercise search
  • Muscle & muscle groups browser
  • Workout summary
  • Github-style punchcard graph
  • Days since last workout and days since last rest day counters
  • Supports multiple workouts per day
  • Calendar week view
  • Proper time zone support (important for people who travel)
  • Works offline, no network connection required

Installation

This app is not available on the App Store so it can only be installed by manually sideloading it using Xcode. You will need al least some basic familiarity with Xcode and the provisioning process.

After you clone the project, make sure you also init the submodules.

$ git clone https://github.com/cfilipov/MuscleBook.git
$ cd MuscleBook
$ git submodule update --init --recursive

Non-Goals

Muscle Book aims to be a useful tool for all lifters regardless of routine, lifting style or goal. To that end, here is a list of functionality that is intentionally excluded from the scope of the project:

  1. Workout planning
  2. Suggestions or coaching
  3. Routine-specific features
  4. Anything that requires a centralized server
  5. Non-strength or muscle related features (running, etc...)
  6. Weight/exercise Goals

Changes

A list of changes can be found in the CHANGELOG.

Contributing

Contributions are very welcome. You don't need to know how to program to contribute to this project. Check out the Contributions page for more details.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].