Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.