Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aalemayhu/percentage_calculator
- Owner: aalemayhu
- License: mit
- Created: 2023-11-04T15:16:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T16:02:08.000Z (about 1 year ago)
- Last Synced: 2024-05-20T23:27:04.587Z (6 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```