From 7a9e27349b2fda1028ad5505a046e686bc3f5f0d Mon Sep 17 00:00:00 2001 From: Vaishnavi Karthikeyan <192525027.simats@saveetha.com> Date: Sat, 29 Aug 2026 14:51:21 +0530 Subject: [PATCH 1/2] Add documentation and improve project --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c11b8af..f0e2af1 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,12 @@ Video Link: [https://youtu.be/QZPv1y2znZo](https://youtu.be/QZPv1y2znZo) pip install pyinstaller pyinstaller --onefile -w calc.py ``` + +## How to Run + +1. Clone the repository. +2. Open the project directory. +3. Run the Python program using: + +```bash +python main.py \ No newline at end of file From fed15b5248f2537653438648c1fd659300937c8d Mon Sep 17 00:00:00 2001 From: Vaishnavi Karthikeyan <192525027.simats@saveetha.com> Date: Tue, 1 Sep 2026 08:59:46 +0530 Subject: [PATCH 2/2] Add example output to README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0e2af1..140890e 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,10 @@ pyinstaller --onefile -w calc.py 3. Run the Python program using: ```bash -python main.py \ No newline at end of file +python main.py + +## Example Output + +```text +Enter your name: Vaishu +Hello, Vaishu! \ No newline at end of file