Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohankishore/Aura-Text
Aura Text is a versatile and powerful text editor powered by QScintilla that provides all the necessary tools for developers. It is build using PyQt6 and Python.
https://github.com/rohankishore/Aura-Text
codeeditor hacktoberfest highlighting ide notepad notepad-plus-plus pil pillow pycharm pycharm-ide pygments pyqt5 pyqt6 pyside6 pyside6-designer python python3 qscintilla syntax-highlighting texteditor
Last synced: 3 months ago
JSON representation
Aura Text is a versatile and powerful text editor powered by QScintilla that provides all the necessary tools for developers. It is build using PyQt6 and Python.
- Host: GitHub
- URL: https://github.com/rohankishore/Aura-Text
- Owner: rohankishore
- License: gpl-3.0
- Created: 2022-10-05T14:27:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-13T12:52:20.000Z (3 months ago)
- Last Synced: 2024-10-16T22:12:11.501Z (3 months ago)
- Topics: codeeditor, hacktoberfest, highlighting, ide, notepad, notepad-plus-plus, pil, pillow, pycharm, pycharm-ide, pygments, pyqt5, pyqt6, pyside6, pyside6-designer, python, python3, qscintilla, syntax-highlighting, texteditor
- Language: Python
- Homepage:
- Size: 3.79 MB
- Stars: 286
- Watchers: 5
- Forks: 21
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
![aura text](https://github.com/user-attachments/assets/ebc56c38-c7c3-499a-b68b-28cfcdd4ab6d)
An IDE made entirely with Python
Explore the docs ยป
Report Bug
ยท
Request Feature*Aura Text is also being ported to macOS by [matthewyang204](https://github.com/matthewyang204). Take a look at the repository [here](https://github.com/matthewyang204/Aura-Text-Mac)*
Table of Contents
View the README In:
## ๐ About The Project
![image](https://github.com/user-attachments/assets/360d1ce8-5047-4534-8b84-b01ecc670725)
![image](https://github.com/user-attachments/assets/fca92d3e-4218-4550-96ca-dfa85dbc27dc)
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
## ๐ Getting Started
Let's set up Aura Text on your PC!
### Prerequisites
Run this command in your terminal to install the dependencies at once
```sh
pip install -r requirements.txt
```### Installation
#### With Nuitka
_Below is an example of how you can build Aura Text using Nuitka_
- Download / Clone this repository
- Move the `AuraText` folder in the `LocalAppData` folder to the `AppData/Local` folder.
- Install Nuitka (`python -m pip install nuitka`)
- `python -m nuitka --windows-disable-console .\main.py`#### ๐ As a Python File
- Download / Clone this repository
- Move the `AuraText` folder in the `LocalAppData` folder to the `AppData/Local` folder.
- `python -m main.py`
## ๐ง๐ปโ๐ป Development
![Alt](https://repobeats.axiom.co/api/embed/c478f91eea3690c7415f891646a2a15a62b4fb20.svg "Repobeats analytics image")
## ๐ฃ๏ธ Roadmap
- Make a status bar at the bottom with features similar to PyCharm or other IDEs (Read-only toggle, breadcrumbs, etc)
- Custom Theming
- Key Emulation
- Split Editing
- Project Manager
- Python Code Lintingand much much more...
## ๐ Contributing
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!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request### Contributors
## ๐ชช License
Distributed under the MIT License. See `LICENSE.txt` for more information.