AchievableScript is a Python code editor with integrated features for seamless coding and file management. It provides a built-in terminal for executing Python code directly within the editor environment. The editor supports essential functionalities like file and folder operations, allowing users to manage, rename, remove, and create files and directories conveniently.
- Integrated Python Terminal: Run and test Python code directly within the editor.
- Code Editing: Edit code with syntax highlighting, autocomplete feature to increase codeing speed and other editing features.
- Sidebar for File Management: Manage files and folders with a built-in sidebar.
- File Operations: Perform operations such as renaming, removing, and creating files and directories.
- Modern UI: Designed with a modern look and feel using Tkinter.
"AchievableScript" is built using Tkinter, a Python library for creating graphical user interfaces. Tkinter provides a simple and efficient way to create desktop applications with Python.
Contributions are welcome! If you want to contribute to AchievableScript, fork the repository and submit a pull request.
This project uses Jedi for code analysis and autocompletion. Jedi is licensed under the MIT License. The full license text is available in the LICENSES/jedi_LICENSE
file.
This project also uses Pillow for image processing. Pillow is licensed under the HPND License. The full license text is available in the LICENSES/pillow_LICENSE
file.