Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bryceberczik/python-weight-conversion
This Python Weight Conversion app lets you enter your weight in pounds or kilograms and converts it to the other unit. Continue converting as needed, with options to adjust precision and view results to the last 1 decimal points. Easily modify decimal places in the code.
https://github.com/bryceberczik/python-weight-conversion
conversion mathematics python
Last synced: 4 days ago
JSON representation
This Python Weight Conversion app lets you enter your weight in pounds or kilograms and converts it to the other unit. Continue converting as needed, with options to adjust precision and view results to the last 1 decimal points. Easily modify decimal places in the code.
- Host: GitHub
- URL: https://github.com/bryceberczik/python-weight-conversion
- Owner: bryceberczik
- License: mit
- Created: 2024-11-07T19:15:35.000Z (8 days ago)
- Default Branch: main
- Last Pushed: 2024-11-07T19:45:58.000Z (8 days ago)
- Last Synced: 2024-11-07T20:30:22.711Z (8 days ago)
- Topics: conversion, mathematics, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Weight Conversion
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
## Description
This Python Weight Conversion app lets you enter your weight in pounds or kilograms and converts it to the other unit. Continue converting as needed, with options to adjust precision and view results to the last 1 decimal points. Easily modify decimal places in the code.## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)
- [Tests](#tests)
- [Questions](#questions)## Installation
At this time, you do not need to have to install any thing as the app is just basic python.## Usage
In order to use this application, you must git clone this repository, clone it down to your desired location on your computer, and then run the "conversion.py" file on any coding editor of your choice.## License
This project is licensed under the [MIT](https://opensource.org/licenses/MIT) license.## Contributing
Contributions are welcome! If you have suggestions for improvements or new features, please create an issue or submit a pull request. For major changes, please open an issue first to discuss what you would like to change. Thank you!## Tests
There are no test instructions as of November 7th, 2024. This is subject to change as development can be further continued.## Questions
If you have any questions, you can reach me at [[email protected]](mailto:[email protected]). You can also find more of my work at [bryceberczik](https://github.com/bryceberczik) on Github.