Skip to content
Snippets Groups Projects
Commit ae53bff3 authored by Jenil Kevadiya's avatar Jenil Kevadiya
Browse files

Delete Readme.txt

parent 7d00b3ff
No related branches found
No related tags found
No related merge requests found
https://www.kaggle.com/code/themeeemul/laptop-price-prediction/input?select=laptops.csv
# Laptop Price Predictor
## Overview
This PyQt6 application displays laptop information from a CSV file.
## Installation
1. Clone the repository.
2. Create a virtual environment: `python -m venv venv`
3. Activate the virtual environment: `source venv/bin/activate` (Linux/Mac) or `venv\Scripts\activate` (Windows)
4. Install dependencies: `pip install -r requirements.txt`
5. Follow the steps in the Usage section.
## Usage
1. Run the app: `python src/main.py`
2. Load data using the provided button.
3. Explore laptop data in the displayed table.
## File Structure
- `/src`: Contains the main application code.
- `main.py`: Main application file.
- `widgets.py`: Custom PyQt6 widgets and functions.
- `/data`: Store your CSV file here.
- `/venv`: Virtual environment folder.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment