Skip to content

Edoardo Vignati 👨🏻‍💻

› Always looking for awesome things

Menu
  • Studies
  • Publications
  • Skills
  • Portfolio
  • Projects
  • Career
  • Blog
  • 🇮🇹 Servizi
Menu

Category: Python

[SOLVED] Missing Python core / win32api

Posted on 27/09/2024 by Edoardo

This error can occur while installing VirtualBox. Follow these steps to fix and install all the dependencies:

Continue reading

Installation and usage of FontForge for Python

Posted on 23/06/202227/10/2023 by Edoardo

FontForge is a free, light and very powerful tool to edit fonts. You can use it as stand alone graphical software or as python library. Link to GUI tutorial to edit glyphs here. Useful notes for FontForge GUI version: If you edited a glyph and you want to generate the .ttf file, go to File…

Continue reading

Export HTML to PDF with Python and Flask

Posted on 30/03/202230/03/2022 by Edoardo

Here is a very quick guide to generated a PDF from HTML and download it using Flask. First of all add these two dependencies in you requirements.txt file and install them using pip Then install the pdf engine running: In your code, import pdfkit and render an HTML template. Then put the output into pdfkit…

Continue reading

How to install a venv in Python without network connection

Posted on 11/09/202102/12/2022 by Edoardo

In some cases you have to replicate a Python project on a computer without internet connection. In these cases you must not simply copy the venv folder. Requirements for this process: the project, a memory mass storage, another computer with internet connection. First of all, you have to to install Python on the offline machine….

Continue reading

How to read multipart form data with Flask

Posted on 27/07/202127/07/2021 by Edoardo

This is a simple snippet in Python that allows to read a multipart form data with Flask.

Continue reading
© 2025 Edoardo Vignati 👨🏻‍💻 | Powered by Minimalist Blog WordPress Theme