All Projects → bradmontgomery → alfred-percent-change

bradmontgomery / alfred-percent-change

Licence: MIT License
An Alfred workflow to help you do percentage calculations

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to alfred-percent-change

alfred-otter
Alfred workflow for searching and retrieving transcripts from Otter.ai
Stars: ✭ 20 (+17.65%)
Mutual labels:  alfred-workflow
Movie-and-TV-Show-Search-Alfred-Workflow
An Alfred workflow to search for a movie (or TV show) and get a few ratings
Stars: ✭ 63 (+270.59%)
Mutual labels:  alfred-workflow
alfred-workflows
Collection of Alfred workflows
Stars: ✭ 24 (+41.18%)
Mutual labels:  alfred-workflow
Sickbeard-Alfred
Control Sick Beard from Alfred app
Stars: ✭ 22 (+29.41%)
Mutual labels:  alfred-workflow
shimmering-obsidian
Alfred Workflow for various enhancements of Obsidian.
Stars: ✭ 302 (+1676.47%)
Mutual labels:  alfred-workflow
Alfred ShadowsocksController
ShadowsocksX controller for Alfred
Stars: ✭ 70 (+311.76%)
Mutual labels:  alfred-workflow
alfred-craftdocs-searchindex
Note searching for Craft Docs
Stars: ✭ 20 (+17.65%)
Mutual labels:  alfred-workflow
Buoy
A complement to Pharo
Stars: ✭ 18 (+5.88%)
Mutual labels:  percentage-calculations
alfred-duden
Search the duden.de German dictionary from Alfred. With auto-suggest.
Stars: ✭ 32 (+88.24%)
Mutual labels:  alfred-workflow
alfred-chinese-converter
支持 OpenCC 簡繁體中文詞彙級別轉換、異體字轉換以及地區習慣用詞轉換的 Alfred 2 workflow
Stars: ✭ 42 (+147.06%)
Mutual labels:  alfred-workflow
alfred-kat
KAT workflow for Alfred, search and open magnet links directly from Alfred.
Stars: ✭ 16 (-5.88%)
Mutual labels:  alfred-workflow
alfred-bookmarks
bookmark search with alfred workflow written in Go
Stars: ✭ 24 (+41.18%)
Mutual labels:  alfred-workflow
alfred-caniuse
Quickly reference caniuse.com support tables using Alfred 3.
Stars: ✭ 16 (-5.88%)
Mutual labels:  alfred-workflow
alfred-rustdoc
An Alfred workflow uses rustdoc's search index to provide local search result
Stars: ✭ 25 (+47.06%)
Mutual labels:  alfred-workflow
WeiboPictureWorkflow
微博图床 Alfred Workflow,警告:微博修改了登录方式,此 workflow 暂时不能用了,何时修复未定,推荐使用 iPic
Stars: ✭ 23 (+35.29%)
Mutual labels:  alfred-workflow
alfred-wf-bluetooth-manager
Connect and disconnect a bluetooth device easily
Stars: ✭ 58 (+241.18%)
Mutual labels:  alfred-workflow
alfred-timer-workflow
Alfred workflow to start a timer, which blinks when the time is up.
Stars: ✭ 39 (+129.41%)
Mutual labels:  alfred-workflow
alfred-tldr
tldr with alfred workflow written in Go
Stars: ✭ 77 (+352.94%)
Mutual labels:  alfred-workflow
alfred-default-folder-x
Access your Default Folder X favourites and recent items in Alfred
Stars: ✭ 21 (+23.53%)
Mutual labels:  alfred-workflow
alfred-ask-create-share
Alfred workflow for creating web submissions (Stack Exchange, Forums and more)
Stars: ✭ 30 (+76.47%)
Mutual labels:  alfred-workflow

Percent Change

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

March 2022 updated to Python 3

Downloads


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. See the full LICENSE for more details.

Contributing

Contributions to this project are welcome. To contribute, feel free to fork this repo, add your changes/features/improvements, then open a pull request. Don't for get to add your name to the AUTHORS file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].