Offline Functions
Inside the functions folder, create a Python file called os_ops.py. In this file, we'll create various functions to interact with the OS.
1. Open Camera
This function will be used to open the camera in our system. We'll be using the subprocess module to run the command.
2. Open Notepad and Discord
These functions will be used to open Notepad++ and Discord in the system.
3. Open Command Prompt
This function will be used to open the command prompt in our system.
4. Open Calculator
This function will be used to open the calculator on our system.
7
