Skip to content

DanielMiao1/MiniOS

Repository files navigation

MiniOS

A graphical OS as an application made by Daniel M using Python 3 and the PyQt library.

Run

cd into the downloaded MiniOS-master directory, and run the main.py file using the python3 main.py bash command.

Requirements

Python 3

This program requires Python 3.7 or later to run. To download python, visit https://www.python.org/downloads/.

Dependencies

This program uses the PyQt6 GUI library for graphics, and the PyQt6-WebEngine library to access and render websites.