https://github.com/programmer-rd-ai-archive/percolation
Percolation Simulator: Python program for liquid filtration analysis.
https://github.com/programmer-rd-ai-archive/percolation
classes functions modules prettytable programming python python3
Last synced: 3 months ago
JSON representation
Percolation Simulator: Python program for liquid filtration analysis.
- Host: GitHub
- URL: https://github.com/programmer-rd-ai-archive/percolation
- Owner: Programmer-RD-AI-Archive
- License: apache-2.0
- Created: 2024-03-31T04:49:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-01T17:33:01.000Z (about 1 year ago)
- Last Synced: 2025-03-01T23:52:18.803Z (3 months ago)
- Topics: classes, functions, modules, prettytable, programming, python, python3
- Language: Python
- Homepage:
- Size: 988 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Setting up the Environment
Run `pip install -r requirements.txt` in the Command Line to set up the environemnt.
# Implementation
Execute the `main.py` file using `python3 main.py` to get started.