Skip to content
#

operatingsystem

Here are 80 public repositories matching this topic...

Python os module provides a portable way of using operating system dependent functionality. If you just want to read or write a file see open(), if you want to manipulate paths, see the os.path module, and if you want to read all the lines in all the files on the command line see the fileinput module.

  • Updated Dec 29, 2022
  • Python

This repository contains a complete collection of essential materials for the Operating System (OS) course. It includes class notes, lecture slides, books, lecture video links, CT question with solutions, Mid question with solutions, Final questions with solutions, and important problems solve. A one-stop resource for learning and exam preparation.

  • Updated Jan 29, 2026

BoxSys is a work in progress text base operating system coded in Python, it will allow you to edit files and directories at a basic level , it will have custom permission levels and accounts, everything will be encrypted with a password of your choice which will be encrypted with itself! Eventually we may even make it possible to make a plugin!

  • Updated Aug 12, 2023
  • Python

Improve this page

Add a description, image, and links to the operatingsystem topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the operatingsystem topic, visit your repo's landing page and select "manage topics."

Learn more