Skip to content

Revolutionize OS learning with Py_OS! A Python-tkinter GUI (400x600) offering an interactive journey. Customize interfaces, explore apps, and experience OS dynamics hands-on. Say goodbye to dull documentation – embrace immersive, enjoyable learning.

warlord1901t/Py_OS

Repository files navigation

Py_OS - Python-tkinter Based Operating System Simulation

Py_OS is a basic operating system simulation implemented in Python. It provides a graphical user interface (GUI) with features reminiscent of common operating systems. This project is designed for educational purposes and as a starting point for understanding GUI development in Python.

Features

  • File Management: Explore and manage files and folders with a basic file manager.
  • Application Management: Download, install, and open applications through the software store.
  • User Interface (UI): A graphical user interface with buttons, frames, and drag-and-drop functionality.
  • Settings and Customization: Customize the background color and window opacity according to your preferences.
  • Notification and Navigation: Receive notifications and navigate through the simulated operating system.

Set up manually by downloading files as the method mentioned below is not tested yet (Recommended)

Getting Started

  1. Prerequisites:

    • Ensure you have Python installed on your system.
    • Additional dependencies are listed in the requirements.txt file.
  2. Installation:

    • Clone this repository to your local machine.
    git clone https://github.com/warlord1901t/Py_OS.git
  3. Install the project dependencies:

    • Install all the dependencies that are important for Py_OS to work
    pip install -r requirements.txt
  4. Run the Simulation:

    • Navigate to the project directory and run the main script.
    python main.py

    or

    python3 main.py
  5. Explore and Customize:

    • Use the file manager, software store, and other features to explore and interact with the simulation.
    • Customize the appearance through the settings options.

Contributing

Contributions are welcome! Feel free to open issues or pull requests for improvements or additional features.

For Contribution Guidelines visit Contribution-Guidelines.md

Acknowledgments

  • This project is inspired by the need for educational resources in GUI development using Python.
  • Special thanks to the Python community for their support and contributions.

Author

  • Yatin Anil Anchan
  • Faiz Sayyed

About

Revolutionize OS learning with Py_OS! A Python-tkinter GUI (400x600) offering an interactive journey. Customize interfaces, explore apps, and experience OS dynamics hands-on. Say goodbye to dull documentation – embrace immersive, enjoyable learning.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages