diff --git a/README.md b/README.md index c11b8af..140890e 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,18 @@ 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 + +## Example Output + +```text +Enter your name: Vaishu +Hello, Vaishu! \ No newline at end of file