A simple Pokemon damage calculator
Project description
Pokemon Damage Calculator
This is a simple Python package for calculating damage in Pokemon battles based on user input.
for example
move_power = 100 # Power of the move attacker_attack = 150 # Attack stat of the attacking Pokémon defender_defense = 100 # Defense stat of the defending Pokémon stab = 1.5 # Same Type Attack Bonus (STAB) type_effectiveness = 2.0 # Type effectiveness (e.g., super effective)
result=x
Pokémon Damage Calculator
A simple Pokémon damage calculator.
Installation
You can install the package using pip. First, ensure you have downloaded the package file (e.g., pokemon_damage_calculator-0.4.0.tar.gz).
Using pip
If you have the package file:
pip install pokemon_damage_calculator-0.4.0.tar.gz
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 damage_calculator-0.4.0.tar.gz.
File metadata
- Download URL: damage_calculator-0.4.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a01bef41029386cfbac76fd37a6786e879f7e1ca08e0044d543bc9537b009adc
|
|
| MD5 |
2ba9d3c86bf0163cecdd7bac4ba6c392
|
|
| BLAKE2b-256 |
b08304e036cc8a465d29f9a9391a7f5e5ce47ee540fd0c6c21c92533a903ca00
|
File details
Details for the file damage_calculator-0.4.0-py3-none-any.whl.
File metadata
- Download URL: damage_calculator-0.4.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
441e9e3068e4736687e1f0aedc21827cf2097825a269ec4816d0820827375ac9
|
|
| MD5 |
5e1042dba17b8f535db6966cdafdbca8
|
|
| BLAKE2b-256 |
6d0addb01096dab27b17dc85fad6fa4a276475699cba730d1eeea835c4571cb6
|