A package for simulating rockets and space shuttles.
Project description
Rocket Package
This package provides classes for simulating rockets, shuttles, and circular rockets. It can be used for games or physics simulations.
Installation
You can install the package via pip:
pip install rocket
Usage
from rocket import Rocket, Shuttle, CircleRocket
Create a rocket instance
rocket = Rocket(0, 0)
Move the rocket
rocket.move_rocket(3, 4)
Create a circular rocket and calculate its area
circle_rocket = CircleRocket(0, 0, radius=5) area = circle_rocket.get_area()
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 rocket_0_8_7-0.8.7.tar.gz.
File metadata
- Download URL: rocket_0_8_7-0.8.7.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ce9d29177d3604da100c996365aef78a064c4e35a7c1b85bee3735c1e527e51
|
|
| MD5 |
7fa5a43d5a47c9d446247b6589e250ec
|
|
| BLAKE2b-256 |
cf365f95ca75f218ee0c3994a8fac791a3d202fd37562260eccc5695794796ae
|
File details
Details for the file rocket_0_8_7-0.8.7-py3-none-any.whl.
File metadata
- Download URL: rocket_0_8_7-0.8.7-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b217e28f0f10367015ff9539c452494a6a03d53a3b39f3d3637e82fdbdc7d4f1
|
|
| MD5 |
b39c9d1d8f83e022eedb3461df77362d
|
|
| BLAKE2b-256 |
58b35bb4a2f1affde7f264ceaf0256c7014f4267442101b765000592e677a60c
|