Skip to content

A simple program that calculates the percentage listened in an audiobook, based on current time and remaining time.

Notifications You must be signed in to change notification settings

jisnowiv/audiobook-percentage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Audiobook Percentage

Audible doesn't show the percentage listened of a book, so I wrote this program to calculate it based on current position and time remaining.

Usage

# returns 'Currently at 83%'
python main.py 7 30 11 1 26 1

# returns 'Currently at 83%' w/ additional debug progress lines
python main.py 7 30 11 1 26 1 d

About

A simple program that calculates the percentage listened in an audiobook, based on current time and remaining time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages