I'd like to make my Python script a website. I heard that you can use flask after working hard on Google.
External modules such as requests, pandas, numpy, and pytz have been used a lot, so is it possible to convert this to a flask web app format?
flask
Yes. It is possible. You'll find out if you look at your script ("script") and the flask tutorial ("flask" side by side. The basic idea is to use the web application interface instead of the cmd interface.
Try it!
926 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
575 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
630 Uncaught (inpromise) Error on Electron: An object could not be cloned
620 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.