{"id":25198523,"url":"https://github.com/algoscienceacademy/pylight-ide","last_synced_at":"2025-04-04T18:12:41.581Z","repository":{"id":265020127,"uuid":"894876391","full_name":"algoscienceacademy/Pylight-IDE","owner":"algoscienceacademy","description":"Pylight-IDE  the most lightweight  Code Editor for C++,Python,Java,Javascript   Developed by Python language GUI Pyside6","archived":false,"fork":false,"pushed_at":"2024-12-10T13:28:25.000Z","size":865,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T03:17:21.342Z","etag":null,"topics":["gui","pyside6","python","python-ide","python3"],"latest_commit_sha":null,"homepage":"https://pylight-ide.vercel.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/algoscienceacademy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-27T06:49:46.000Z","updated_at":"2024-12-12T12:51:02.000Z","dependencies_parsed_at":"2024-11-27T08:20:45.325Z","dependency_job_id":"bfbe39b8-d414-48be-9d7d-f93cd9cfbcc2","html_url":"https://github.com/algoscienceacademy/Pylight-IDE","commit_stats":null,"previous_names":["algoscienceacademy/pylight-ide"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algoscienceacademy%2FPylight-IDE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algoscienceacademy%2FPylight-IDE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algoscienceacademy%2FPylight-IDE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algoscienceacademy%2FPylight-IDE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/algoscienceacademy","download_url":"https://codeload.github.com/algoscienceacademy/Pylight-IDE/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226205,"owners_count":20904465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gui","pyside6","python","python-ide","python3"],"created_at":"2025-02-10T03:17:24.809Z","updated_at":"2025-04-04T18:12:41.566Z","avatar_url":"https://github.com/algoscienceacademy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Pylight-IDE\n\n![Pylight-IDE Banner](screenshots/banner.png)  \n\n**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.\n\n---\n\n## 🚀 Features\n\n- **Lightweight**: Minimal memory and CPU usage, perfect for low-resource systems.\n- **Speed**: Optimized for quick startup and responsive performance.\n- **User-Friendly UI**: Clean interface with a focus on productivity.\n- **Code Highlighting**: Syntax highlighting for Python out of the box.\n![Screenshot 2024-11-27 122337](https://github.com/user-attachments/assets/b8e2ee4e-a1ec-4a53-8b3e-963839af3c0b)\n![Screenshot 2024-11-27 122511](https://github.com/user-attachments/assets/1a090e1f-8715-4039-a914-8698ef6f06ff)\n![Screenshot 2024-11-27 122451](https://github.com/user-attachments/assets/55fe8104-022d-4184-a30e-05321fa24309)\n![Screenshot 2024-11-27 122425](https://github.com/user-attachments/assets/c6f8118f-7ae8-4d94-9f7d-6a9bb4f15a87)\n![Screenshot 2024-11-27 122358](https://github.com/user-attachments/assets/a0f6bb02-b197-492d-81c0-aac75b94e8d6)\n- **Expandable**: Designed with extensibility in mind for future updates.\n\n---\n\n## 🖼️ Screenshots\n\n### Main Interface  \n![Screenshot 1](screenshots/Screenshot_2024-11-27_122337.png)\n\n### Settings and Preferences  \n![Screenshot 2](screenshots/Screenshot_2024-11-27_122358.png)\n\n### File Explorer Integration  \n![Screenshot 3](screenshots/Screenshot_2024-11-27_122511.png)\n\n---\n\n## 📥 Installation\n\n### Clone the Repository\n\nTo get started, clone the repository using:\n\n```bash\ngit clone https://github.com/algoscienceacademy/Pylight-IDE.git\n```\n\n### Requirements\n\nEnsure you have the following installed:\n- **Python 3.12+**\n- Required libraries listed in `requirements.txt`\n\nInstall dependencies with:\n\n```bash\npip install -r requirements.txt\n```\n\n### Run Pylight-IDE\n\nOnce installed, launch the IDE:\n\n```bash\npython code_editor.py\n```\n\n---\n\n## 🤖 Usage\n\n- Open Pylight-IDE and start coding immediately!\n- Use the built-in file explorer to manage your projects.\n- Customize settings for a personalized experience.\n\n---\n\n## 🛠️ Contributing\n\nWe welcome contributions to make **Pylight-IDE** better! Here's how you can help:\n\n1. Fork the repository.\n2. Create a feature branch:\n   ```bash\n   git checkout -b feature-name\n   ```\n3. Commit your changes:\n   ```bash\n   git commit -m \"Add feature name\"\n   ```\n4. Push to your fork:\n   ```bash\n   git push origin feature-name\n   ```\n5. Create a Pull Request.\n\n---\n\n## 📄 License\n\nThis project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for details.\n\n---\n\n## 📧 Contact\n\nHave questions or suggestions? Feel free to reach out:\n\n- **GitHub**: [Algoscience Academy](https://github.com/algoscienceacademy)\n- **Email**: [algoscienceacademy@gmail.com] \n\n---\n\n## 🌟 Acknowledgments\n\nSpecial thanks to the Python community and all contributors who help make **Pylight-IDE** better with every update.\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgoscienceacademy%2Fpylight-ide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falgoscienceacademy%2Fpylight-ide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgoscienceacademy%2Fpylight-ide/lists"}