Skip to main content

A CLI application for building and managing PC configurations.

Project description

PC Builder

Overview

The PC Builder is an application designed to help users plan and configure their ideal personal computer setup. It allows users to select components based on their needs, budget, and preferences, providing recommendations and compatibility checks.

Team Members

  • Domantas Petkevičius - Back-End Developer, Team Leader
  • Dagnis Matulis - Back-End Developer
  • Juozas Krukauskas - Front-End Developer
  • Simona Vytytė - Front-End Developer

Project Description

The PC Builder application provides an intuitive interface for users to:

  • Browse and select various computer components (CPU, GPU, RAM, etc.)
  • Add and remove parts from their personal build and display the current configurations.
  • Get compatibility checks for selected components.
  • View estimated costs based on selected parts.

Technologies Used

  • Programming Language: python
  • Frameworks: click for CLI interface
  • Testing: pytest and unittest for unit and integration testing
  • Build Tools: tox for testing automation and building, PyInstaller for creating executable files

Infrastructure Management

The project uses Git for version control and GitHub for repository hosting. Continuous integration and testing are set up using tox, which automates the testing and build processes.

Getting Started

This guide provides instructions for users to set up the PC Builder project, run tests, and build the application from source.

Prerequisites

Before you begin, ensure you have the following installed on your machine:

  • Python 3.7 or later: Download and install Python from python.org.
  • pip: This usually comes pre-installed with Python. You can check if you have pip installed by running:
    pip --version
    

Building and running the application

  • Clone the repository https://github.com/mif-it-se-2024/group-project-pc-builders

  • Navigate to the Project Directory

    cd pc_builder
    
  • Create a Virtual Environment (Optional but Recommended)

    Windows:

    python -m venv venv
    venv\Scripts\activate
    

    Linux:

    python3 -m venv venv
    source venv/bin/activate
    
  • Install Project Dependencies

    pip install -r requirements.txt
    
  • Run tests and build the application

    tox
    
  • Launch the application

    cd dist
    
    pcbuilder.exe ( Windows ) or ./pcbuilder ( Linux )
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pc_builder-1.0.0.tar.gz (28.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pc_builder-1.0.0-py3-none-any.whl (52.4 kB view details)

Uploaded Python 3

File details

Details for the file pc_builder-1.0.0.tar.gz.

File metadata

  • Download URL: pc_builder-1.0.0.tar.gz
  • Upload date:
  • Size: 28.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.10

File hashes

Hashes for pc_builder-1.0.0.tar.gz
Algorithm Hash digest
SHA256 b58aced5e9bab17d89c1de7549c5489326b501db14cfcaf5c419930ff294aee4
MD5 a56b0dc174d04c098da5928f99ec5b92
BLAKE2b-256 465e52cb0323cb8989551b0cf6fc654cb9d2621b56af14420bb306fbce08617e

See more details on using hashes here.

File details

Details for the file pc_builder-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: pc_builder-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 52.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.10

File hashes

Hashes for pc_builder-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 62f46dc9436119ce5b309c6ff2c89b6e86e7b3b16e3d7aaf6e294527555c83e8
MD5 7c3d29bc80dd7e5e46c52ca011ea0663
BLAKE2b-256 c48a831cb1e7c64af32663229e2718f1ee1a94ff44448e7aae5d18003e9a6cfe

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page