FORMS
Skip GUI frameworks, HTML or CSS. Create Python-based smart forms with advanced UI to automate manual processes, transform user input and more.
123456
from abstra.forms import *display("Welcome to your order management app 🤓")spreadsheet = read_file("Upload your spreadsheet here:")
7891011
email = get_user().emailif not "@abstra.app" in email: exit()display(f"Welcome, {name}!")
1213141516171819
import requestsdef get_customers(): return requests.get( "https://myapi.com/customers" ).json()selected = read_cards("Choose a customer", get_customers())
20212223
import pandas as pddf = spreadsheet.filedisplay_pandas(df[df.customer_id == selected_customer.id])
With personalized documents attached!
Make sure your database is always up-to-date with your business’ clients with this smart form.
A script to fill a single certificate or multiple certificates from a templated Word document.
An easy way for users to add themselves directly into your CRM using its API.