AdamWagner / alfred-percent-change

An Alfred workflow to help you do percentage calculations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Percent Change

This is an Alfred Workflow to help you do percentage calculations. You can see some background info on the original forum post.

Based on https://github.com/bradmontgomery/alfred-percent-change

Calculations #6 & #7 added by me.

The supported calculations include:

  1. Percent Change (increase/decrease): % 3 6 -> 100%
  2. Percentage Of: 3 is what percent of 100: % 3 of 100 -> 3%
  3. Percent Of: 5 percent of 100 is 5: % 5 percent of 100 -> 5, or % 5% of 100 -> 5
  4. Percent Decrease: What is 2 percent from 100: % 100 - 2%
  5. Percent Increase: What is 100 + 2%: % 100 + 2%
  6. Original number before Percent Decrease: What number is 100 2 percent less than?:% 100 is 2% lt
  7. Original number before Percent Increase: What number is 100 2 percent more than?:% 100 is 2% gt

Build:

License

This Workflow is available under the terms of the MIT License.

About

An Alfred workflow to help you do percentage calculations

License:MIT License


Languages

Language:Python 100.0%