Skip to content

ZacharyLeahan/pc-case-viz-compare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pc-case-viz-compare

Simple Python script to visualize dimensions of a PC case.

Demo

Setup

To set up the project, follow these steps:

Prerequisites

  • Python 3.x installed on your system.

Create a Virtual Environment

  1. Open a terminal and navigate to the project directory:

    cd path/to/pc-case-viz-compare
  2. Create a virtual environment:

    python -m venv venv
  3. Activate the virtual environment:

    • On Windows:

      .\venv\Scripts\activate
    • On macOS and Linux:

      source venv/bin/activate

Install Dependencies

With the virtual environment activated, install the required dependencies:

pip install -r requirements.txt

Running the Application

To run the application, execute the following command:

python app.py

Customization

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.

License

This project is licensed under the terms of the LICENSE file.

About

Simple py script to visualize dimensions of a PC case.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages