I want to create a ".py" file with some code typed from the user in my front end. I'm using Vue.js
Once I created the file I want to compress it into a ".tar.gz". I want all of this to be performed without specifying a path to read/write the file since the user has already typed in the code.
Any workarounds to achieve this?