Pylight-IDE is a fast, lightweight, and intuitive Python IDE designed to simplify coding with minimal resource usage. Whether you're a beginner or an expert, Pylight-IDE provides all the essential tools for seamless Python development.
- Lightweight: Minimal memory and CPU usage, perfect for low-resource systems.
- Speed: Optimized for quick startup and responsive performance.
- User-Friendly UI: Clean interface with a focus on productivity.
- Code Highlighting: Syntax highlighting for Python out of the box.
- Expandable: Designed with extensibility in mind for future updates.
To get started, clone the repository using:
git clone https://github.com/algoscienceacademy/Pylight-IDE.git
Ensure you have the following installed:
- Python 3.12+
- Required libraries listed in
requirements.txt
Install dependencies with:
pip install -r requirements.txt
Once installed, launch the IDE:
python code_editor.py
- Open Pylight-IDE and start coding immediately!
- Use the built-in file explorer to manage your projects.
- Customize settings for a personalized experience.
We welcome contributions to make Pylight-IDE better! Here's how you can help:
- Fork the repository.
- Create a feature branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add feature name"
- Push to your fork:
git push origin feature-name
- Create a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
Have questions or suggestions? Feel free to reach out:
- GitHub: Algoscience Academy
- Email: [algoscienceacademy@gmail.com]
Special thanks to the Python community and all contributors who help make Pylight-IDE better with every update.