Website Blocker Using Python(2)
Website Blocker Using Python(2)
Technical Seminar on :
PRESENTED BY:
G.RAJU(21T81A0552)
AGENDA
Introduction
Literature survey
Existing System with problem statement
Proposed system with objective
System Architecture
Output screens
Implementation (code)
Conclusion
References
INTRODUCTION
Slow speed
More Expensive
Time-bound control
Lightweight, user-friendly
Input Module
Processing Module
Scheduler
Output Module
OUTPUT SCREENS
IMPLEMENTATION (CODE)
import os
import platform
import time
start_time = int(input("Enter start time (24-hour format, e.g., 9 for 9 AM): "))
end_time = int(input("Enter end time (24-hour format, e.g., 17 for 5 PM): "))
except Exception as e:
print(f"Error: {e}")
if __name__ == "__main__":
main()
Example:
Website Blocker
Enter website:
[www.facebook.com]
Start time:9:00 am
End time:5:00 pm
[start] [stop]
CONCLUSION
Python Website Blocker offers an efficient and free solution for web
filtering.
We can go away from the distracting websites.
REFERENCES
• Python Documentation: https://www.python.org/doc/