An open API service indexing awesome lists of open source software.

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.

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.