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