jeudi 29 août 2019

launch a script compiled using pyinstaller on a website [on hold]

i compilled a script in python using pyinstaller but i was asked to make it an executable on a website (that i will need to create). (my website need to launch the script then offer to download the result and there is a moment where i use tkinter "tkinter.Tk") i use those library:

import tkinter as tk
import os
from selenium import webdriver as driver
from selenium.webdriver.common.keys import Keys
from bs4 import BeautifulSoup as soup
from selenium.webdriver.common.by import By
from selenium.webdriver.chrome.options import Options
import time
from sys import exit

so is it possible to make a website launch it? is it possible to use django to make it into a website? if not is it possible to use html and javascript?




Aucun commentaire:

Enregistrer un commentaire