Udated REDME.md

This commit is contained in:
Aroy Art 2021-05-11 12:46:10 +02:00
parent 46f4ac11f4
commit e04c2b9590

View file

@ -4,22 +4,30 @@ This is the Repository for my python projects. 🤪
### List of what this repository contains: ### List of what this repository contains:
* Tools
* AreaCalc * AreaCalc
* Image to PDF
* Particles * Particles
* Explosions * Explosions
# Tools
## 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> <u>**How to run:**</u>
Open a terminal in the main folder and type: 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: An example of what forms it can calculate:
![alt text](https://i.imgur.com/7RR9V3Z.png "") ![alt text](https://i.imgur.com/7RR9V3Z.png "")
## Image-to-PDF
>$ pip3 install img2pdf
# Particles # Particles