Skip to content

Commit

Permalink
readme update with demo gif and update instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerDev99 committed Oct 20, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 39cd6c8 commit b5975bb
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -24,6 +24,10 @@ Se trata de una aplicación de escritorio (versión Beta) que permite realizar d

---

![alt](owl_system/assets/Demo.gif)

---

## Características de GestionExpedienteElectronico_Version1

Este proyecto fue desarrollado para gestionar una función específica de caracter administrativo, asistiendo los procedimientos que haría un empleado de forma manual mediante una aplicación de forma automatizada.
2 changes: 1 addition & 1 deletion owl_system/AutomatizacionEmpleado.py
Original file line number Diff line number Diff line change
@@ -153,7 +153,7 @@ def process(self):
df = self.createDataFrame(self.files, self.ruta)
self.createXlsm(df, macro_vba, sheet)
wb.save()
wb.close()
#wb.close()
return 1

def createXlsm(self, df, macro_vba, sheet):
Binary file added owl_system/assets/Demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b5975bb

Please sign in to comment.