-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the HangOn wiki!
The application can be used on an android device, as a training tool for climbing or bouldering. The type of training is a principle relative to the so called pull ups, the idea is to use the "action" time for the dead hang, then take a short "rest". A series can have as many repetitions of dead hangs, as you can easily master the first time. The time for the dead hang, the "action" time, can be selected by up and down buttons, after those you can specify the "recover" time. The app calls you 20 seconds before the next series begins using the android sound. This is the only sound the app emits. The app is designed to guide you through your dead hang training, so you don't have to worry about the amount of seconds you hang or how many repetitions you want to do. The app goes on for as much series as you like, you can start, and reset it using a huge bottom on the Top of the App's only window. There are 4 settings you can set by tapping the up and down bottoms. First field from left to right is the action time in seconds, second is the rest time, third is the amount of repetitions inside a series, the last field specifies the time in minutes between the series.
You can run this app with python, having kivy and all of its dependency’s installed:
python main.py
The binary's to install it on android are included as well. However the intention of this project is to demonstrate the use of kivy to develop simple apps for android, and build them with buildozer. The buildozer configuration file is included.