Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes
File renamed without changes.
Binary file modified Report_Generator/model.docx
Binary file not shown.
4 changes: 1 addition & 3 deletions Report_Generator/report_generator_v0_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@


def main():

# To understand this solution applying this function of resource_path go to->
# https://stackoverflow.com/questions/31836104/pyinstaller-and-onefile-how-to-include-an-image-in-the-exe-file
# specifically to "A clear and unambiguous guide"
Expand Down Expand Up @@ -64,7 +63,7 @@ def resource_path(relative_path):
PERIODOS = ["1er Trimestre", "2ndo Trimestre", "3er Trimestre"]

# Fonts
FONT = "Consolas 12"
FONT = "Agave 11"
TEXT_SIZE = (22, 1)
TOOLTIP_EXAM_MARKS = (
"'--': no se evaluó en la prueba | 'NA': no asistió a la prueba"
Expand Down Expand Up @@ -241,7 +240,6 @@ def resource_path(relative_path):
sg.theme(selected_theme)

if event == "GENERATE":

try:
result_total = (
float(values["LISTENING"])
Expand Down
43 changes: 43 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
altair==5.3.0
attrs==23.2.0
blinker==1.8.2
cachetools==5.3.3
certifi==2024.6.2
charset-normalizer==3.3.2
click==8.1.7
gitdb==4.0.11
gitpython==3.1.43
idna==3.7
jinja2==3.1.4
jsonschema==4.22.0
jsonschema-specifications==2023.12.1
markdown-it-py==3.0.0
markupsafe==2.1.5
mdurl==0.1.2
numpy==1.26.4
packaging==24.0
pandas==2.2.2
pillow==10.3.0
pip==24.0
protobuf==4.25.3
pyarrow==16.1.0
pydeck==0.9.1
pygments==2.18.0
python-dateutil==2.9.0.post0
pytz==2024.1
referencing==0.35.1
requests==2.32.3
rich==13.7.1
rpds-py==0.18.1
six==1.16.0
smmap==5.0.1
streamlit==1.35.0
tenacity==8.3.0
toml==0.10.2
toolz==0.12.1
tornado==6.4.1
typing-extensions==4.12.2
tzdata==2024.1
urllib3==2.2.1
uv==0.2.9
watchdog==4.0.1