Skip to main content

A DOS-like operating system simulator with classic commands

Project description

PyDOS

A work-in-progress DOS simulator for the terminal. This is an early version that implements basic DOS-style commands and filesystem operations. Still figuring out the best way to handle some features, but it's functional enough to play around with.

                            ██████╗ ██╗   ██╗    ██████╗  ██████╗ ███████╗
                            ██╔══██╗╚██╗ ██╔╝    ██╔══██╗██╔═══██╗██╔════╝
                            ██████╔╝ ╚████╔╝     ██║  ██║██║   ██║███████╗
                            ██╔═══╝   ╚██╔╝      ██║  ██║██║   ██║╚════██║
                            ██║        ██║       ██████╔╝╚██████╔╝███████║
                            ╚═╝        ╚═╝       ╚═════╝  ╚═════╝ ╚══════╝

Installation

Prerequisites

  • Python 3.7 or higher (check with python3 --version or python --version)
  • pip (comes with Python) or pipx

Installing pipx (recommended method)

Windows:

python -m pip install --user pipx
python -m pipx ensurepath

Restart your command prompt after installation.

macOS:

brew install pipx

Or if you don't have Homebrew:

python3 -m pip install --user pipx
python3 -m pipx ensurepath

Linux (Ubuntu/Debian):

sudo apt update
sudo apt install pipx

Linux (other distributions):

python3 -m pip install --user pipx
python3 -m pipx ensurepath

Installing PyDOS

Method 1: Using pipx (recommended)

pipx install Py-DOS-B1

Method 2: Using pip

pip install Py-DOS-B1

On some systems you may need to use pip3:

pip3 install Py-DOS-B1

Running PyDOS

boot

Troubleshooting

Command not found after installation:

  • Close and reopen your terminal
  • On Windows: Make sure Python Scripts directory is in your PATH
  • On macOS/Linux: Make sure ~/.local/bin is in your PATH
  • Try running: python -m pip show Py-DOS-B1 to verify installation

Permission errors on Linux/macOS: Add --user flag to pip install:

pip install --user Py-DOS-B1

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py_dos_b1-1.0.1.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

py_dos_b1-1.0.1-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file py_dos_b1-1.0.1.tar.gz.

File metadata

  • Download URL: py_dos_b1-1.0.1.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for py_dos_b1-1.0.1.tar.gz
Algorithm Hash digest
SHA256 52820f1d2fbebd2d79b092308e521029b70dc3963aa7a65238df33af8312b308
MD5 2d3224e35121c22ab876b0eadccd9e89
BLAKE2b-256 eebfd33b86f1a0790741d7152707297897a873199b0711b92de0572bd3951b9d

See more details on using hashes here.

File details

Details for the file py_dos_b1-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: py_dos_b1-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for py_dos_b1-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9ffa8de089b364dcbe414e807d85e1c17bb62a9211d2dec1634f6ff6b763eab6
MD5 d49ed8b8777ea5567a7ed0d9c62b651b
BLAKE2b-256 4db514ff433da7cbd80b6b90f89a3ddfe6678bff06ae2d01ebdb7689824a8691

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page