CoreEase/
├── CoreEase/
│ ├── __init__.py (Package initialization)
│ ├── compiler.py (New compiler module)
│ ├── executor.py (Threading improvements)
│ ├── explorer.py (File operations)
│ ├── output.py (Console utilities)
│ ├── system.py (System commands and info)
│ └── webdriver.py (Browser automation)
├── README.md (Newly updated documentation)
├── LICENSE (MIT License)
└── setup.py
---
💡 **How to Upgrade:**
bash
pip install --upgrade CoreEase
Or, if you prefer the latest from GitHub:
bash
pip install git+https://github.com/Casbian/CoreEase.git
---
📌 **Breaking Changes:**
- Function calls have been fully refactored. Check the updated **README** for usage examples.
- Older versions of CoreEase modules may not be compatible with 3.0
- `compiler.py` is now a core module for `.exe` generation—integrate it into your workflow!
---
📣 **Why You Should Update:**
- **Portability:** Share your Python scripts as executables with anyone.
- **Speed:** Faster execution with optimized threading and file handling.
- **Simplicity:** New, cleaner API means less time reading docs, more time creating.
- **Future-Proof:** CoreEase is now modular and ready for rapid feature additions.
---
🧩 **Contribute to the Future of CoreEase:**
- Found a bug? Got a cool idea? Submit a pull request or open an issue!
- Star the project on GitHub to show your support!
- Share CoreEase with your friends and colleagues.
---
📜 **License:**
**CoreEase** is licensed under the **MIT License**. Build, share, and create freely.