This project was developed for my Physics course, featuring a collection of Python-based simulations covering key topics from the curriculum. The interactive simulations model fundamental physical phenomena studied throughout the semester.
- Comprehensive visualization of core physics concepts
- Interactive parameter controls for experimental learning
- Computational implementations of theoretical models
- Designed to complement course material
- Classical mechanics principles
- Kinematic equations
- Dynamic systems behavior
- Particle physics fundamentals
- Operating System: Windows 10/11 (64-bit)
- Python: Version 3.9 or higher
- Dependencies:
- vpython
- matplotlib
- PyQt6
- Clone this repository using the following command:
git clone https://github.com/AlejandroJIMBUI/PhysicsSIM.git cd PhysicsSIM
- Create a Virtual Environment and Install Dependencies:
python -m venv venv venv\Scripts\activate pip install -r requirements.txt
- Running Unit Tests
pytest