Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arshadak1/area-calculator-and-unit-conversion-app
App created using Python, Kivymd and kivy. It can calculate area of triangle with three sides given and can perform unit conversion.
https://github.com/arshadak1/area-calculator-and-unit-conversion-app
kivy kivymd python3
Last synced: 12 days ago
JSON representation
App created using Python, Kivymd and kivy. It can calculate area of triangle with three sides given and can perform unit conversion.
- Host: GitHub
- URL: https://github.com/arshadak1/area-calculator-and-unit-conversion-app
- Owner: arshadak1
- Created: 2021-03-01T04:01:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T09:12:52.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T23:48:56.762Z (2 months ago)
- Topics: kivy, kivymd, python3
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Area Calculator and Unit Converter
Area calculator(triangle) and area unit converter.
## Description
It is a simple app to calculate the area of land plots(metric system) and have a simple unit conversion option which can convert area of one unit to other.
## Getting Started
### Dependencies
*python3
*kivy
*kivymd### Executing program
Install Python3 and install kivy and kivymd using pip.
```
python -m pip install "kivy[base] @ https://github.com/kivy/kivy/archive/master.zip"
pip install kivymd
```## Authors
Mohammed Arshad
[@_ars_had_](https://twitter.com/_ars_had_)## Version History
* 0.2
* Various bug fixes and optimizations
* 0.1
* Initial Release## License
This project is licensed under the Mohammed Arshad License.