A simple Python-based interactive project that simulates a smart home system controlling lights, thermostat, and door locks based on user input.
- Interactive input for real-time simulation
- Controls lights, thermostat, and door locks automatically
- Displays current system status after every cycle
- Easy to customize and extend
Make sure Python 3 is installed on your system.
- Clone the repository:
git clone https://github.com/Madhumithra-R/SmartHome-Interactive-Demo.git cd SmartHome-Interactive-Demo - Run the program:
python smart_home_assistant.py
- Follow the prompts shown in the terminal.
You can modify the _determine_actions() method in smart_home_assistant.py to add new features such as:
- Motion or humidity sensors
- Automated blinds
- Security alerts or smart modes
Made with ❤️ using Python