-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be42025
commit f6f3f0a
Showing
1 changed file
with
138 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,138 @@ | ||
<!-- LOGO DEL PROYECTO --> | ||
<br /> | ||
<div align="center"> | ||
|
||
<h1 align="center">Aura Text</h1> | ||
|
||
![AURA TEXT](https://github.com/rohankishore/Aura-Text/assets/109947257/9b59cf71-e8f7-4244-be38-0ab647d8ded8) | ||
|
||
<p align="center"> | ||
Un IDE hecho completamente con Python | ||
<br /> | ||
<a href="https://github.com/rohankishore/Aura-Text/wiki"><strong>Explora la documentación »</strong></a> | ||
<br /> | ||
<br /> | ||
<a href="https://github.com/rohankishore/Aura-Text/issues">Reportar error</a> | ||
· | ||
<a href="https://github.com/rohankishore/Aura-Text/issues/new?assignees=&labels=&projects=&template=feature_request.md&title=">Solicitar función</a> | ||
</p> | ||
</div> | ||
|
||
<!-- TABLA DE CONTENIDOS --> | ||
<details> | ||
<summary>Tabla de Contenidos</summary> | ||
<ol> | ||
<li> | ||
<a href="#-acerca-del-proyecto">Acerca Del Proyecto</a> | ||
</li> | ||
<li> | ||
<a href="#-empezando">Empezando</a> | ||
<ul> | ||
<li><a href="#prerrequisitos">Prerrequisitos</a></li> | ||
<li><a href="#instalacion">Instalación</a></li> | ||
<ul> | ||
<li><a href="#con-nuitka">Con Nuitka</a></li> | ||
<li><a href="#-como-un-archivo-python">Como un Archivo Python</a></li> | ||
</ul> | ||
</ul> | ||
</li> | ||
<li><a href="#hoja-de-ruta">Hoja de Ruta</a></li> | ||
<li><a href="#-contribuir">Contribuir</a></li> | ||
<li><a href="#-licencia">Licencia</a></li> | ||
<li><a href="#-contacto">Contacto</a></li> | ||
</ol> | ||
</details> | ||
|
||
<!-- CAMBIADOR DE IDIOMA --> | ||
<details> | ||
<summary>Ver el README en:</summary> | ||
<ol> | ||
<li> | ||
<a href="https://github.com/rohankishore/Aura-Text/blob/main/.github/README_HN.md">Hindi 🇮🇳</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/rohankishore/Aura-Text/blob/main/.github/README_DE.md">Alemán</a> | ||
</li> | ||
<li><a href="#-hoja-de-ruta">Español</a></li> | ||
<li><a href="#-contribuir">Ruso</a></li> | ||
<li><a href="#-licencia">Chino</a></li> | ||
</ol> | ||
</details> | ||
|
||
<br> | ||
|
||
<!-- ACERCA DEL PROYECTO --> | ||
## 📖 Acerca Del Proyecto | ||
|
||
![imagen](https://github.com/rohankishore/Aura-Text/assets/109947257/de7346a7-f967-4035-8159-af5ed07990bf) | ||
|
||
![imagen](https://github.com/rohankishore/Aura-Text/assets/109947257/bdbb4351-df63-4b14-8027-dfca036955e5) | ||
|
||
Aura Text es un excelente editor de texto/código que ofrece una amplia gama de herramientas esenciales. Construido con PyQt6 y Python, aprovecha la potencia y flexibilidad de estas tecnologías. | ||
|
||
Con Aura Text, los usuarios obtienen acceso a un entorno de edición versátil y potente. Ya sea que estés trabajando en un pequeño script o en un proyecto complejo, Aura Text te proporciona todas las funciones necesarias para agilizar tu flujo de trabajo. Desde resaltado de sintaxis y autocompletado de código hasta sangría inteligente y terminal avanzado, Aura Text asegura que tu experiencia de codificación sea eficiente y placentera, al mismo tiempo que es extremadamente ligero en tu PC. | ||
|
||
<br> | ||
|
||
<!-- EMPEZANDO --> | ||
## 🏃 Empezando | ||
|
||
¡Vamos a configurar Aura Text en tu PC! | ||
|
||
### Prerrequisitos | ||
|
||
Ejecuta este comando en tu terminal para instalar las dependencias de una vez: | ||
```sh | ||
pip install -r requirements.txt``` | ||
|
||
### Instalación | ||
|
||
#### Con Nuitka | ||
|
||
_A continuación se muestra un ejemplo de cómo puedes construir Aura Text utilizando Nuitka_ | ||
|
||
- Descarga/Clona este repositorio | ||
- Mueve la carpeta `AuraText` de la carpeta `LocalAppData` a la carpeta `AppData/Local`. | ||
- Instala Nuitka (`python -m pip install nuitka`) | ||
- `python -m nuitka --windows-disable-console .\main.py` | ||
|
||
#### 🐍 Como Archivo Python | ||
|
||
- Descarga/Clona este repositorio | ||
- Mueve la carpeta `AuraText` de la carpeta `LocalAppData` a la carpeta `AppData/Local`. | ||
- `python -m main.py` | ||
|
||
<br> | ||
|
||
## Hoja de Ruta | ||
|
||
- Crear una barra de estado en la parte inferior con características similares a PyCharm u otros IDEs (interruptor de solo lectura, migas de pan, etc.). | ||
- <strike> Temas personalizados </strike> | ||
- <strike> Emulación de teclas </strike> | ||
- Edición dividida | ||
- <strike> Linting de código Python </strike> | ||
|
||
<b> ¡Y mucho, mucho más... </b> | ||
|
||
<b> | ||
|
||
<!-- Contribuir --> | ||
## 🛂 Contribuir | ||
|
||
Las contribuciones son lo que hace que la comunidad de código abierto sea un lugar tan increíble para aprender, inspirar y crear. Cualquier contribución que hagas es **muy apreciada**. | ||
|
||
Si tienes una sugerencia que mejoraría esto, por favor haz un fork del repositorio y crea una solicitud de extracción. También puedes abrir simplemente un problema con la etiqueta "mejora". | ||
¡No olvides darle una estrella al proyecto! ¡Gracias de nuevo! | ||
|
||
1. Haz un fork del proyecto | ||
2. Crea tu rama de funcionalidad (`git checkout -b feature/AmazingFeature`) | ||
3. Realiza tus cambios (`git commit -m 'Agregar alguna AmazingFeature'`) | ||
4. Haz push a la rama (`git push origin feature/AmazingFeature`) | ||
5. Abre una solicitud de extracción | ||
|
||
<b> | ||
|
||
<!-- Licencia --> | ||
## 🪪 Licencia | ||
|
||
Distribuido bajo la Licencia MIT. Consulta `LICENSE.txt` para obtener más información. |