- https://github.com/executablebooks/markdown-it-py
- https://github.com/kulovecc/nickname_generator Carga JSON, Randomize
- https://github.com/streamlit/example-app-pdf-report
- https://github.com/ETA444/datacamp-learning Funciona en linea de comandos, Reune archivos MD en JSON
- https://github.com/MiczFlor/quicz-means-quiz-markdown QUICZ format
- https://github.com/osandadeshan/markdown-quiz-generator Quiz online e Instalación
- https://github.com/wlifferth/markdownQuiz correctMessages
- https://github.com/mrcoles/readmd MD mas legible para humanos
- https://github.com/gandreadis/markdown-word-count#-usage
- https://github.com/njvack/markdown-to-json
- https://github.com/rasbt/markdown-toclify
fpdf2
- Text styling - fpdf2
- GitHub - digidigital/Extensions-and-Scripts-for-pyFPDF-fpdf2: This repository contains some of the original FPDF PHP scripts that were ported to Python to be used in conjunction with fpdf2.
- pyfpdf/examples/form.py at master · jobsta/pyfpdf
- Resume_fpdf/main.py at master · Sally-Manasrah/Resume_fpdf
- App4-generate-pdf-from-excel/main.py at master · welly-s/App4-generate-pdf-from-excel
- fpdf_gen_covid_screening/README.md at master · kang-david/fpdf_gen_covid_screening Rezise image
- python-FPDF-multicell-table/text_wraping_multicell.py at fpdf_multicell_table · Riteshpcs1994/python-FPDF-multicell-table
- Birthday-WishCraft/src/main.py at main · geekyharsh05/Birthday-WishCraft SETUP
- convert_JPG_to_PDF/convert.py at main · WeylinSu/convert_JPG_to_PDF
pyplot
flask
tkinter
- jestoy0514/inventory: A simple inventory management software.
- Nipun4338/mynotebook: A python daily notebook using face recognition.
- fpdf-data-from-to-pdf/gui.py at main · eljimmo/fpdf-data-from-to-pdf
- OCR_Img_to_Text/OCR.py at main · Jayd555/OCR_Img_to_Text
- rishimule/Database-Management-System-Using-Tkinter: This a database application made using python modules and libraries like Tkinter, Pandas, Sqlite3, Csv, Fpdf.
- umair2607/Kamal-Iron: Python gui based application for customer records managment using tkinter and pandas.
wxPython
Si desea utilizar su propio fondo de certificado, le sugerimos un tamaño de imagen de 3500 px x 2400 px para garantizar la mayor calidad posible.
BLANK_LINE = re.compile(r'(^[ \t\v\f]*\n)+', re.M)
patterns = {
'blank_line': r'(^[ \t\v\f]*\n)+',
'ref_link': r'^ {0,3}\[(?P<reflink_1>' + LINK_LABEL + r')\]:',
'reference-def' : r'(\ ?\ ?\ ?)\[([^\]]*)\]:\s*([^ ]*)(.*)',
'ul': r'[ ]{0,3}[*+-]\s+(.*)', # "* text"
}
key = re.compile("^%s$" % pattern, re.DOTALL)
# Search headings in docment
pattern_hash = "^#+?[^#]"
pattern_h1_h2_equal_dash = "^.*?(?:(?:\r\n)|\n|\r)(?:-+|=+)$"
pattern_heading = "%s|%s" % (pattern_h1_h2_equal_dash, pattern_hash)
headings = self.view.find_all(pattern_heading)
Tareas
- Crear versiones considerando el puntaje máximo,>
Manejar errores
- No es posible generar examenes con un puntaje de N,>