A simple package to convert kilometers to miles
Project description
km2miles
km2miles is a lightweight Python package designed to effortlessly convert kilometers to miles. Whether you're working on scientific computations, travel planning, or any other application requiring distance conversions, km2miles provides a simple and efficient solution.
Installation
You can install the package via pip:
pip install km2miles
Usage
Using km2miles is straightforward. Simply import the package and call the conversion function:
from km2miles import km_2_miles
km = 10
miles = km_2_miles(km)
print(f"{km} kilometers is equal to {miles} miles.")
Documentation
For detailed documentation, usage examples, and API references, visit the live documentation:
Contributing
we welcome contribution! open an issue or create a pull request to contribute to the project.
License
This project is licensed under the MIT License.
🔗 Links
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file km2miles-0.1.2.tar.gz.
File metadata
- Download URL: km2miles-0.1.2.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc26adc4aaa6d9873d76e324889448a1ca9f364b1b103bf619b539cedeb08468
|
|
| MD5 |
6c6f41f24692e0fef1e601967b04da71
|
|
| BLAKE2b-256 |
7630162b9ffad31611c5f8f0f72172ae942f4ade5b8b6251bea2efb678469f5c
|
File details
Details for the file km2miles-0.1.2-py3-none-any.whl.
File metadata
- Download URL: km2miles-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf1d199025b65caae3efb6f3b25ba712b8199f37c461ccf4ac17af77ba1b2fb7
|
|
| MD5 |
173ff19b5d198a85ff7c8937e93e3194
|
|
| BLAKE2b-256 |
7afc0037ddf248847630c50ccb34fc56c281fd9137e9ef07b6cf1f1fd7552241
|