Simple Python script to visualize dimensions of a PC case.
To set up the project, follow these steps:
- Python 3.x installed on your system.
-
Open a terminal and navigate to the project directory:
cd path/to/pc-case-viz-compare
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
-
On Windows:
.\venv\Scripts\activate
-
On macOS and Linux:
source venv/bin/activate
-
With the virtual environment activated, install the required dependencies:
pip install -r requirements.txt
To run the application, execute the following command:
python app.py
You can easily tweak the case names and dimensions in the app.py
file to suit your needs. This allows you to visualize different PC cases by adjusting the parameters in the cases
dictionary.
For accurate code tweaks and obtaining dimensions of desired cases, consider using AI tools like ChatGPT or Claude. These tools can provide guidance and suggestions for modifying the code effectively.
This project is licensed under the terms of the LICENSE file.