A Django app that creates automatic web UIs for Python scripts.
Wooey is a user-friendly web interface designed to run command line Python scripts. It provides a simple solution for users to deploy their scripts online for tasks such as data analysis and file processing.
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.