Skip to content

A python script that generates a progress bar and percentage of time left in the year.

License

Notifications You must be signed in to change notification settings

andrewhoyer/year-remaining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

year-remaining

A python script that generates a progress bar and percentage of time left in the year.

Using the script

In a Zapier code action

The primary intent of this script is to be used in a Python code action in Zapier, which is why it has a very specific output variable format. Follow these steps in Zapier:

  • Add a Code action to your Zap, and select the "Run Python" option. The script requires no configuration of "Input Data" values.
  • Paste the script into the Code field, then test the action.
  • Once complete, any action that follows will have access to the progress bar text.

Customize the accessible values by adding elements to the dictionary contained in the output variable.

From the command line

Execute the script from the command line to get an output of the progress bar and percentage text.

% python3 generate.py
░▓▓▓▓▓▓▓▓▓ 85.4%

Year Remaining Twitter account

This code is being used to power an 𝕏 account that regularly posts the percentage of time remaining in the year:

@year_remaining

About

A python script that generates a progress bar and percentage of time left in the year.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages