Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aalemayhu/percentage_calculator

experimenting with python with Strong boy
https://github.com/aalemayhu/percentage_calculator

Last synced: 23 days ago
JSON representation

experimenting with python with Strong boy

Awesome Lists containing this project

README

        

# percentage_calculator

A simple module to calculate a value by increasing it via percentage.

Given a number and percentage, calulate the number.

## Example

```
$ percentage_calculator 100 10
110
```