A lightweight, Python-based operating system designed for educational and experimental purposes. PythOS provides a Unix-like command-line interface with a focus on simplicity and extensibility.
- Command-Line Interface: Intuitive shell interface with command execution capabilities
- User Management: Basic user system with username management
- File System: Simple file system operations and management
- Package Support: Built-in support for essential Python packages
- Custom Commands: Extensible command system for adding new functionality
- Python 3.x
- Required Python packages:
- climage
- hex
- pyfiglet
- Clone the repository:
git clone https://github.com/milo1004/PythOS.git
cd PythOS
- Install required packages:
pip install -r requirements.txt
- Run the OS:
./activate.sh
- Basic system commands
- File operations
- User management
- System information
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Milo - GitHub Profile
- Alex - GitHub Profile
- Inspired by Unix-like operating systems
- Built with Python for educational purposes