Hello Coders!
The video mentioned in this article explains how to use a free conversion tool written in Python to manipulate and convert information into different formats. The tool is a simple UI able to convert OpenAPI descriptors, CSV, and DataFrames into Python Models definition (allows editing), Data tables, and charts. The whole process is visual.
Thanks for reading!
- π
PythonGenerator & Converter -LIVE demo - π
PythonGenerator & Converter -source code
Is important to know that the sources are released under EULA License: free for students, personal projects (non-commercial), and NGOs. Here is the list with supported conversions:
- β
OpenAPI(JSON) tomodels(Flask, Django) - β
Edit extracted modules - β
CSVtoModels - β
CSVtoDataTables - β
CSVtoCharts - β
DataFramestoModels,DataTables - β
DataFramesexport (JSON,CSV,SQLformat)
β¨ Video transcript
- β Access the public repository: Python Converter
- β Present the tool features
- β Start the project in a local environment
- β
Upload different inputs:
CSV,DataFrames - β
Convert OpenAPIfiles - β
Convert CVSfiles - β
Convert DataFramesfiles
The product is under heavy development and 2nd iteration will include: Yaml format for OpenAPI, Swagger UI (remote processing), and Remote Databases conversions.
Thanks for reading!For more resources, please access:
- π Free support provided by AppSeed (email & Discord)
- π More free dashboards crafted in Flask, Django, and React

Top comments (7)
Good job!! β€οΈ This is awesome
Ty!
Wait ... I think I've seen your logo before.
Any chances to be the notorious Creative-Tim?
?
Thank you for this work
Yw ππ
Great Idea. How the remote DB data manipulation will be implemented?
Peewee pulls the data and tabels definitions.
here is an isolated sample, in case you have the time:
github.com/app-generator/devtool-d...
ππ