DEV Community

Cover image for Free Service - Python Converter & Generator
Sm0ke
Sm0ke

Posted on • Originally published at app-generator.dev

 

Free Service - Python Converter & Generator

Hello Coders!

This article presents a free Data Converter and Generator service that aims to help developers and data scientists to manage the information with ease via a simple UI. This tool converts OpenApi, CSV, and Pandas DF formats into charts, data tables, and python model definitions using a drag & drop interface.

Thanks for reading!


Supported formats and conversions:

  • โœ… OpenAPI Descriptor (JSON) to models (Flask, Django)
  • โœ… Edit extracted modules
  • โœ… CSV to Models
  • โœ… CSV to DataTables
  • โœ… CSV to Charts
  • โœ… DataFrames to Models, DataTables
  • โœ… DataFrames export (JSON format)

All the above features are visually explained in this video material published on YouTube:


โœจ Video transcript

  • โœ… Access the public repository: Python Converter
  • โœ… Present the tool features
  • โœ… Start the project in a local environment
  • โœ… Upload different inputs: CSV, DataFrames, OpenAPI
  • โœ… Convert OpenAPI files
  • โœ… Convert CVS files
  • โœ… Convert Data Frames files

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 apps crafted in Flask, Django, and React

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git