Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lheredias authored Oct 12, 2021
1 parent d673f3e commit ed6dc74
Showing 1 changed file with 54 additions and 10 deletions.
64 changes: 54 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Luftmensch 1.4.6 (Instalable) | 1.4.3 (English)
# Luftmensch 1.4.7 (Español) | 1.4.3 (English)
![Luftmensch icon](https://github.com/lheredias/Luftmensch/blob/main/code/finalicon.ico) ![Luftmensch logo](https://github.com/lheredias/Luftmensch/blob/main/code/app%20name.png)

```
Version 1.4.6 (Instalable) released in September 2021.
Version 1.4.7 (Español) released in October 2021.
Version 1.4.3 (English) released in September 2021.
```

## :izakaya_lantern: Description

LuftMensch is a free, open source GUI Application built entirely on Python and capable of:
LuftMensch is a free, open source dekttop app built entirely on Python and capable of:

* Merging PDF files. :pushpin:
* Converting PDF into PDF/A (requires MS Word installed). :pushpin:
Expand All @@ -17,15 +17,17 @@ LuftMensch is a free, open source GUI Application built entirely on Python and c
* Compressing PDF files (available in 300 dpi, 150 dpi and 72 dpi options) :pushpin:
* Automating work-related tasks that require .txt manipulation (Spanish target users only). :pushpin:

LuftMensch can be also exucted as a GUI application directly from any Python IDE.

Its flexibility and capability of dealing with many scenarios means exceedingly simple usage instructions for end user.

The entirety or just portions of the present code can be applied to a wide range of contexts, in both work and academic environments.

As of September 2021, LuftMensch is under active development :electron:.
As of October 2021, LuftMensch is under active development :electron:.

## :bangbang: ATENCIÓN:

* El desarrollo de la versión portable de LuftMensch en español ya no se encuentra activo. Favor de utilizar la versión instalable en su lugar.
* El desarrollo de la versión portable de LuftMensch en español ya no se encuentra activo. Utiliza la versión instalable en su lugar.

## :coffee: Treat me a coffee:

Expand All @@ -50,10 +52,34 @@ You may find the ESP version code much more compelling than its ENG counterpart
* Released an English or "General Public" version of LuftMensch.
* PDF compression in now available.

## Lo nuevo en la versión 1.4.6 (Instalable)
## Lo nuevo en la versión 1.4.7 (Español)


* La versión 1.4.7 es una actualización importante.
* Al iniciar la aplicación se activa inmediatamente un “splash screen” que permanece visible hasta que ésta esté lista para ejecutarse.
* Las opciones de consulta de FE Recibidas & Emitidas ahora pueden ser ejecutadas sin que aparezcan ventanas de Google Chrome (headless).
* Se optimizó la función que permite comprimir PDFs.
* Ahora se puede cargar el RPV en formato .csv.
* Ahora se puede verificar la existencia de una actualización disponible directamente desde la barra de menú.
* Se hicieron pequeñas mejoras y se corrigieron problemas menores.

### Novedades de la versión anterior (1.4.6):

* LuftMensch ahora guarda tus preferencias y viene dos temas: "Light" & "Dark".
* La versión instalable ahora cuenta con tres funcionalidades exclusivas: detalle de FE recibidas & emitidas y <strong><em>compresión de PDFs</em></strong>.
* Ahora se puede escoger entre los temas Light & Dark para fijar el aspecto de la aplicación.
* La aplicación ahora guarda tus preferencias (abrir de inmediato o no los documentos generados, tema seleccionado y convertir de inmediato o no a PDF/A).

## Lista completa de opciones de la versión en Español:

> 1. Convertir PDF en PDF/A :pushpin:
> 2. Obtener PDF con páginas del mismo tamaño :pushpin:
> 3. Unir varios archivos PDF :pushpin:,
> 4. Convertir una o varias imágenes en un solo archivo PDF :pushpin:
> 5. Crear archivo .zip de Requerimientos y Cartas :pushpin:
> 6. Crear archivo .zip de Valores :pushpin:
> 7. Generar archivo de texto para solicitar descarga de LE :pushpin:
> 8. Detalle de FE recibidas :pushpin:
> 9. Detalle de FE emitidas :pushpin:
> 10. Comprimir PDF' :pushpin:
## Author

Expand All @@ -63,7 +89,7 @@ You may find the ESP version code much more compelling than its ENG counterpart
* [Luftmensch v1.4.3](https://github.com/lheredias/Luftmensch/releases/tag/v1.4.3)

## Descarga la última versión instalable en Español
* [Luftmensch v1.4.6](https://github.com/lheredias/Luftmensch/releases/tag/v1.4.6)
* [Luftmensch v1.4.7](https://github.com/lheredias/Luftmensch/releases/tag/v1.4.7)

## Platforms

Expand All @@ -73,10 +99,28 @@ You may find the ESP version code much more compelling than its ENG counterpart

* PyQt5
* [PyMuPDF](https://github.com/pymupdf/PyMuPDF)
* Microsoft Word
* Microsoft Word
* win32com
* python-docx
* Ghostscript
- Dependencies are included in "code" directory so there is no need to install it.

> If you want to run the code instead of the .EXE, you may need to install the following packages:
```
pip install PyMuPDF
pip install python-docx
pip install selenium
pip install webdriver-manager
pip install auto-py-to-exe
pip install pywin32
pip install pypiwin32
pip install regex
pip install pandas
pip install requests
pip install xlswriter
pip install openpyxl
pip install auto-py-to-exe
```

## :speech_balloon: Contact

Expand Down

0 comments on commit ed6dc74

Please sign in to comment.