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 in advance for your feedback!
- 👉 Python Data Converter – tool
source code - 🚀 Free support provided by
AppSeed(just in case)
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: