PyroLab is a Python-based virtual laboratory that simulates the plastic pyrolysis process — a thermal decomposition technique that converts plastic waste into fuel or gas.
This project is developed for educational and non-commercial research purposes, offering a simple and intuitive way to study the science behind pyrolysis.
- 🧪 Simulate pyrolysis behavior of various plastic types
- 📊 Generate plots of temperature, yield, and reaction time
- 🧠 Educational use for environmental science, chemistry, and engineering
- ⚙️ Built with Python and scientific libraries (e.g., NumPy, Matplotlib)
git clone https://github.com/Kiisanz/pyrolab.git
cd pyrolabWe recommend using a virtual environment:
python -m venv venv
source venv/bin/activate # on Linux/macOS
venv\Scripts\activate # on Windowspip install -r requirements.txtpython main.py(Modify the entry point if needed based on your project structure.)
This project is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License (CC BY-NC-ND 4.0)
You are free to:
- View and share this repository
- Use and fork it for non-commercial purposes
Under the following conditions:
- Attribution — You must give proper credit to the original author.
- NonCommercial — You may not use the material for commercial purposes.
- NoDerivatives — You may not remix, modify, or distribute altered versions.
Violating these terms may result in legal takedown action.
Created with ❤️ by Kiisanz (Rifki Maulana) If you use this project in academic work, please cite or credit appropriately.