Skip to content

Instantly share code, notes, and snippets.

View schematis's full-sized avatar

Brendan Vinson schematis

  • MidFirst Bank
  • Oklahoma City, OK
View GitHub Profile
@schematis
schematis / diet_calculator.py
Created August 3, 2022 23:20
Calculate macros and calories for Jeff Nippard's recomposition diet plan
import math
weight_lb = 208.2 # pounds
height_in = 72 # inches
neck_in = 16.5 # inches
waist_in = 44 # inches
age = 37 # years
deficit_percentage = 20