Create Web Based Python Apps in the Cloud with WayScript (Made Easy!)

preview_player
Показать описание
Hey Everyone! In this one we'll look at how we can connect our workflows to website endpoints and python code. We'll create a password generator which runs from the cloud and then returns the password to our website.

Python code for the password generator:
import string
from random import *

password = "".join(choice(characters) for x in range(randint(8,16)))

print(password)

HTML code used in this video:

Tutorial on the python code for the random password generator:
(Forgive me it was one of my first videos on youtube, haha)

Follow WayScript on Social Media:

#WayScript gives you flexible building blocks to seamlessly integrate, automate, and host tools in the cloud. Unlock new potential with drag and drop programming.

Need ideas on how to use WayScript? View our template library to get ideas:

Let us know any feedback to help us improve the platform.

Ready to get started? Get Superpowers with WayScript today.
Рекомендации по теме
Комментарии
Автор

I m a biggest fan of wayscript
Its very helpful. Soon to hit a huge success

Love from india

prasannachakravarthi
Автор

I have been watching the evolution of Wayscript for awhile. I don't know anything else that can compete. I hope to build something spectacular with the platform. Thanks for your examples. You make it look so easy. Kudos, but I would love to have you help me flush out this Social Network idea. Let me no if that is even an option. Thanks

SolidBuildersInc
Автор

this is awesome dude, is like an RPA for developers lol, love it, rookie question here I setup a workflow to print a X variable and send me an email to my gmail inbox, if I manually trigger it works perfect but when I check if the trigger works without me pressing run command is not working, no emails, no log, I've tried different schedules by hour by a specific date time and nothing, can you let me know if I'm doing something wrong? if I setup the schedule in 5 min from now (with the browser open or closed is not working :( . Thanks!!

rokrman
Автор

is there a way to add libraries in the file browser? lets say an asset of a font or other files used in the script?

eladed
Автор

Anyway to make face recognition in real time with it?

Ruhgtfo