Click here to Skip to main content
15,900,511 members

Comments by Abisheek Kumar (Top 3 by date)

Abisheek Kumar 21-Mar-22 0:40am View    
Actually, the reason I am trying to do this with a python script is. I have developed a web form using a flask that will receive the web URL input from the user and save it to a particular variable in python.[ For example: Value1 = form.get('url')] so this will store the user input to a variable named Value1 . I am trying to open the autostart directory using python itself and write the received user input into it. Like this (f'@chromium-browser --start-fullscreen http:\\{Value1}\').
Abisheek Kumar 20-Mar-22 21:26pm View    
Deleted
Actually the reason I am trying to do this with a python script is. I have developed a web form using flask which will receive the web url input form user and save it to a particular variable in python .[ For example: Value1 = form.get('url')] so this will store the user input to a variable named Value1 . I am trying to open the autostart directory using python itself and write the received user input into it. Like this (f'@chromium-browser --start-fullscreen http:\\{Value1}\').
Abisheek Kumar 20-Mar-22 13:00pm View    
Thank you for the reply. Sure I will try it.