# Uranus IDE

Uranus is a lightweight, extensible Python IDE inspired by Jupyter. It supports interactive coding, markdown documentation, and modular plugin architecture — all built with PyQt5.

## 🚀 Getting Started

To launch the application:

```bash
python src/Uranus/core.py

Uranus/
├── src/Uranus/           # Main source code
│   ├── core.py           # Entry point of the application
│   ├── AboutWindow.py
│   ├── Cell.py
│   ├── CodeEditor.py
│   ├── ...
│   └── utils.py
├── docs/                 # Technical documentation
├── tests/                # (Empty) Reserved for future test scripts
├── LICENSE               # Custom license by Atila Ghashghaie
├── README.md             # Project overview and usage
├── pyproject.toml        # Project metadata and build config
├── requirements.txt      # Python dependencies
├── .gitignore            # Files to exclude from version control
├── CONTRIBUTING.md       # Guidelines for contributors

📘 License
This project is licensed under a custom license by Atila Ghashghaie.
See LICENSE for full terms and restrictions.
✉️ Contact
    Developed by Atila Ghashghaie - آتیلا قشقایی
    📧 atila.gh@gmail.com
        WWW.puyeshmashin.ir
        https://github.com/atila-gh

