mirror of
https://github.com/Aroy-Art/Learning-Python.git
synced 2024-12-26 05:56:40 +01:00
Updated
This commit is contained in:
parent
51b721f1d0
commit
07e984088a
1 changed files with 27 additions and 3 deletions
30
README.md
30
README.md
|
@ -1,14 +1,38 @@
|
||||||
# Learning Python
|
# Learning Python
|
||||||
|
|
||||||
This is the Repository for my python project. 🤪
|
This is the Repository for my python projects. 🤪
|
||||||
|
|
||||||
## List of what this repository contains:
|
### List of what this repository contains:
|
||||||
|
|
||||||
- AreaCalc
|
* AreaCalc
|
||||||
|
* Particles
|
||||||
|
* Explosions
|
||||||
|
|
||||||
## AreaCalc
|
## AreaCalc
|
||||||
Is a terminal area / volume calculator written in Python and it can calculate the most shapes
|
Is a terminal area / volume calculator written in Python and it can calculate the most shapes
|
||||||
|
|
||||||
|
<u> **How to run:** </u>
|
||||||
|
|
||||||
|
Open a terminal in the main folder and type:
|
||||||
|
>$ python3 AreaCalc/AreaCalc.py
|
||||||
|
|
||||||
An example of what forms it can calculate:
|
An example of what forms it can calculate:
|
||||||
|
|
||||||
![alt text](https://i.imgur.com/7RR9V3Z.png "")
|
![alt text](https://i.imgur.com/7RR9V3Z.png "")
|
||||||
|
|
||||||
|
|
||||||
|
# Particles
|
||||||
|
|
||||||
|
## Explosions
|
||||||
|
|
||||||
|
An example of how you can make explosions in pygame zero.
|
||||||
|
|
||||||
|
<u> **How to run:** </u>
|
||||||
|
|
||||||
|
To run the example you need PyGame Zero. You can install it by runnig this command:
|
||||||
|
>$ pip3 install pgzero
|
||||||
|
|
||||||
|
And to run the example run this command in the main folder:
|
||||||
|
>$ pgzrun Particles/explosion.py
|
||||||
|
|
||||||
|
![alt text](https://i.imgur.com/ca4Bk41.png)
|
Loading…
Reference in a new issue