https://github.com/rishisolanke/shutdown-app-with-python-using-gui
Using the OS Module (Operating System Module) we can make a system do some tasks without manually doing them ourselves. Shutting down, restarting, and logging out of a system is a part of these tasks. The OS Module gives a portable way of using the operating system functionalities.
https://github.com/rishisolanke/shutdown-app-with-python-using-gui
Last synced: about 1 year ago
JSON representation
Using the OS Module (Operating System Module) we can make a system do some tasks without manually doing them ourselves. Shutting down, restarting, and logging out of a system is a part of these tasks. The OS Module gives a portable way of using the operating system functionalities.
- Host: GitHub
- URL: https://github.com/rishisolanke/shutdown-app-with-python-using-gui
- Owner: rishisolanke
- Created: 2022-05-28T20:09:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-28T20:12:49.000Z (about 4 years ago)
- Last Synced: 2025-01-28T02:45:12.398Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shutdown-app-with-python-using-GUI
Using the OS Module (Operating System Module) we can make a system do some tasks without manually doing them ourselves. Shutting down, restarting, and logging out of a system is a part of these tasks. The OS Module gives a portable way of using the operating system functionalities.