An IDE made entirely with Python
Explore the docs ยป
Report Bug
ยท
Request Feature
Aura Text is also being ported to macOS by matthewyang204. Take a look at the repository here
Table of Contents
View the README In:
Aura Text is an excellent text/code editor that offers a wide array of essential tools. Built with PyQt6 and Python, it harnesses the power and flexibility of these technologies.
With Aura Text, users can access a versatile and powerful editing environment. Whether working on a small script or a complex project, Aura Text equips you with all the necessary features to streamline your workflow. From syntax highlighting and code completion to smart indentation and advanced terminal, Aura Text ensures that your coding experience is efficient and enjoyable while being extremely light on your PC.
The main highlights of Aura Text are:
- Edit files (duh)
- Support up to 30 languages
- Autocompletion
- Git clone
- Git Commit and Push
- Custom title bars
- Split pane Markdown editor
- Terminal with history
- Python Console
- Plugin support
- Extensive theming including Material Theming support
- Extremely customisable
Let's set up Aura Text on your PC!
Run this command in your terminal to install the dependencies at once
pip install -r requirements.txt
Below is an example of how you can build Aura Text using Nuitka
- Download / Clone this repository
- Move the
AuraText
folder in theLocalAppData
folder to theAppData/Local
folder. - Install Nuitka (
python -m pip install nuitka
) python -m nuitka --windows-disable-console .\main.py
- Download / Clone this repository
- Move the
AuraText
folder in theLocalAppData
folder to theAppData/Local
folder. python -m main.py
Make a status bar at the bottom with features similar to PyCharm or other IDEs (Read-only toggle, breadcrumbs, etc)Custom ThemingKey Emulation- Split Editing
- Project Manager
Python Code Linting
and much much more...
Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.