Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/campos02/powerbillcalculator
Simple Avalonia app to calculate a power bill
https://github.com/campos02/powerbillcalculator
android avalonia avaloniaui cross-platform
Last synced: 1 day ago
JSON representation
Simple Avalonia app to calculate a power bill
- Host: GitHub
- URL: https://github.com/campos02/powerbillcalculator
- Owner: campos02
- License: mit
- Created: 2023-09-25T02:41:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-18T01:48:37.000Z (about 1 year ago)
- Last Synced: 2024-12-08T08:10:57.283Z (about 2 months ago)
- Topics: android, avalonia, avaloniaui, cross-platform
- Language: C#
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# PowerBillCalculator
Simple Avalonia app that calculates a power bill. Calculations are based on kWh cost and taxes that get added to the final bill.Can be compiled for desktop and Android.
## Use
The default setting for all parameters is zero, so on first use it's necessary to set them via the settings page, which is accessible through the bottom left button.* Results are displayed as valid inputs are given.
* Last reading is subtracted from current when calculating. To use a single kWh value, fill the latter while leaving the former empty.## Settings
Both values used for calculation are customizable and saved locally.## Currency format
Currency is displayed based on device region settings, e.g. on a US device the dollar format is used.