An awesome package that does something
Project description
rocket
rocket is a Python library for PLAYING AROUND WITH COOL ROCKETS
Installation
Use the package manager pip to install rocket.
pip install rocket
Usage
import rocket
# create rocket instance in the coordinations ( 10 , 20)
rocket.Rocket(10 , 20)
# create shuffle rocket with coordinations ( 20 , 30) and completed flights 5
rocket.Shuttle(20,30,5)
# create a circle rocket in coordinations ( 5 , 15) and radius 5 . then calculate its area and circumference
CR = rocket.CircleRocket(5 , 15 , 5)
CR.calculate_area()
CR.calculate_circumference()
License
Project details
Release history Release notifications | RSS feed
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 model_akramrahali-1.0.0.tar.gz.
File metadata
- Download URL: model_akramrahali-1.0.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4775f7838f4442eafc25f19d7dd20791ecb7934f13e96bf3cff0df867046bb66
|
|
| MD5 |
0ea43e5691b8c2ae06760ee650415793
|
|
| BLAKE2b-256 |
cc7b696a4da82a23f168382da97983885d2af797d1ad471f30dc7391585b9c47
|
File details
Details for the file model_akramrahali-1.0.0-py3-none-any.whl.
File metadata
- Download URL: model_akramrahali-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f27618494343788132421b788f665b5b5f8600e7267a79646e74bd8cb4c60421
|
|
| MD5 |
77a3b015d87104984ef03e959bfaec09
|
|
| BLAKE2b-256 |
dac6826ba24d3b74ac3b042b6655e27826a88284a18ed570d51bd25919142f17
|