diff --git a/Readme.txt b/Readme.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2694dd01295294d345c6e0d07ac838c0553da187
--- /dev/null
+++ b/Readme.txt
@@ -0,0 +1,25 @@
+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.