My learning journey with Python
Find a file
2023-12-23 21:41:26 +01:00
Particles Added a explosion in Particles 2020-06-30 14:43:37 +02:00
Tools Add: a script to fund duplicates in a list of mac addresses 2023-03-24 13:55:39 +01:00
.gitignore Fixed folders in .gitignore 2021-07-22 10:54:22 +02:00
Class-of-colors.py Added a class of colors for printing text 2021-07-22 10:53:21 +02:00
LICENSE Initial commit 2019-12-16 08:58:53 +01:00
Random-Names.py Add: Random name generator 2022-12-07 21:30:54 +01:00
README.md Fix: command styling 2023-12-23 21:41:26 +01:00

Learning Python

This is the Repository for my python projects. 🤪

List of what this repository contains:

  • Tools
    • AreaCalc
    • Image to PDF
  • Particles
    • Explosions

Tools

AreaCalc

Is a terminal area / volume calculator written in Python and it can calculate the most shapes

How to run:

Open a terminal in the main folder and type:

$ python3 Tools/AreaCalc/AreaCalc.py

An example of what forms it can calculate:

alt text

Image-to-PDF

    pip3 install img2pdf

Particles

Explosions

An example of how you can make explosions in pygame zero.

How to run:

To run the example you need PyGame Zero. You can install it by running this command:

$ pip3 install pgzero

And to run the example run this command in the main folder:

$ pgzrun Particles/explosion.py

alt text