Skip to main content

All Questions

Tagged with
-1 votes
0 answers
14 views

In django by turn off the button edit the value in database to ‘NO’ on turn on the button change it to ‘YES’. Using Django

models.py class AssetOwnerPrivileges(models.Model): asset_add = models.CharField(max_length=20,default='YES') html button <td> <label class="switch"> <input ...
Bruce_Wayne's user avatar
-1 votes
0 answers
19 views

Need to call scrollIntoView() from brython

It does not seem to work. self.scrollIntoView() -> this is OK, element is on top and scroll is done self.scrollIntoView(False) -> same behaviour as previous, but should be displayed downwards ...
Jeremie's user avatar
  • 397
0 votes
1 answer
24 views

Extracting the text between span tags in a Javascript-rendered page using Selenium in Python

I am trying to scrape all instances of text between tags with a particular class on a web page that dynamically updates. I am using selenium with a chrome WebDriver in Python. In a normal browser, ...
zicari's user avatar
  • 3
2 votes
3 answers
67 views

scraping table from web page

I'm trying to scrape a table from a webpage using Selenium and BeautifulSoup but I'm not sure how to get to the actual data using BeautifulSoup. webpage: https://leetify.com/app/match-details/5c438e85-...
Horde Bob's user avatar
-1 votes
0 answers
9 views

How to ensure that "ExeBuilder" utilities for Spoon Studio or Turbo studio is an old file from closing automatically in Windows 10 and 11?

"ExeBuilder" utilities for Spoon Studio or Turbo studio is an old file every time I open it or else when I open to search for an icon it closes automatically it is missing files or something ...
Edwin Hernandez's user avatar
-1 votes
0 answers
24 views

How to fill PDF form with XFA elements using Python while keeping it editable? [closed]

I am struggling with processing PDF forms that contain XFA (XML Forms Architecture) elements. My current task involves automating the filling of these forms using Python. The main challenge I face is ...
Diana Sihuta's user avatar
0 votes
0 answers
20 views

Extract all data inside g tag of JS chart using Selenium

I am currently trying to scrape a local web page, generated by my EV charger. I access it through it's IP address, which requires me to sign in. After signing in, I want to retrieve the data from the ...
DvdV's user avatar
  • 77
0 votes
0 answers
36 views

How to create another field in mongoDB document that filters the specified item from existing document array field

I am trying to filter items from a mongoDB document array field that are not equal to the provided value and create a new field with the filtered items using aggregation with $filter method but it is ...
Yoftahe Abraham's user avatar
0 votes
0 answers
33 views

Trying to get coordinates out of 2D Floor Map Plan using OpenCV using python but, missing some coordinates [closed]

So Im trying to get coordinates of the given 3D floor plan and those coordinates will be used in Javascript program using THREE.JS, THREE.Vector3 and THREE.ExtrudeGeometry. This is the code I have ...
Mohammed Mohid's user avatar
-1 votes
2 answers
47 views

How to give permissions to users in django.?

I am building a django ERP project, in which there will be multiple user's, admin,user, manager etc. Each of this user has separate user credentials to login. Each user have separate dashboard. I'm ...
vvn's user avatar
  • 11
0 votes
1 answer
34 views

How do I use SocketIO to store and send multiple pieces of data at once?

I am making a Fast Food Management system and I need to find a way to send order information from a client app to a main server, for it to be shown in a similar way to that in McDonald's, with the ...
Erkan Mikiver's user avatar
0 votes
0 answers
20 views

Sportsbook Middleware for Syncing User Data

Dylan here, I've been working on a startup for the past year now, AI sports predictions with real AI (not chatGPT or simple Linear Regression models) and As I am nearing launch I am needing a solution ...
King Of Missionary's user avatar
0 votes
0 answers
23 views

How to make a pop-up window display image through streamlit and Javascript

I made a chatbot through streamlit. I use HTML scrollview to display my pictures and using JavaScript to be able to display a large picture by clicking on the picture to pop up a window.This is my ...
SimpsonHuang's user avatar
-12 votes
0 answers
49 views

How to Develop User-Friendly AI Chatbot Websites Similar to Existing Solutions [closed]

This is my first post on stackoverflow, so please be patient. I have programming experience with Python and Langchain. I have developed several RAG chatbots using Chainlit/Streamlit as front-end. ...
Julien Paltrinieri's user avatar
0 votes
0 answers
20 views

Javascript to Python in Adobe Illustrator

I'm trying to get Python to run with a script in Illustrator so that Illustrator will ask the user to enter a number and then create a barcode in 128code with Python and then save it somewhere. It's ...
Adam Westeren's user avatar

15 30 50 per page
1
2 3 4 5
1226