Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am looking for a screen sharing functionality api in django/python which allows remote users to view your desktop in real time.
Any recommendations on a library/api to use?
Thanks.
Django is a web development framework; remote desktop viewing is a client-side task. It may be possible to integrate screen sharing into a web site that is built using Django, but Django itself will likely have no involvement with the "guts" of the task.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 days ago.
Improve this question
Is there a good sample project that uses the Table Data Gateway Pattern with SQLAlchemy that isn't a web app with Python Flask (or another web framework)?
I don't want a framework implementation because it will only work with that framework, and I want to learn the pattern for a command-line application.
I've searched within Github and others, but it's impossible to refine the search as to a specific pattern. I also used ChatGPT but got no positive responses.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 days ago.
Improve this question
Recently there are a cyber security attack to technion university, and because of that i can't use the Context Aware Saliency using pysaliency because it download an external module from technion sites. do any of you guys still have the model ? if so i'll gladly appreciate it if you willing to share the files. Thank you
I have tried to search around the internet and all the links seems directed only to this technion sites
http://webee.technion.ac.il/labs/cgm/Computer-Graphics-Multimedia/Software/Saliency/Saliency.zip
I can't do anything because the sites is down from the cyber attacks
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
so I'm developing python flask app where users can see other user's profile then they can click on a bottom where they can send real time direct messages using. (like twitter direct messages).
can someone lead me to w website or source to start with.
Dose even flask can do that ?
BIG Thanks in advance.
For this, you will need to use sockets. Flask-SocketIO is what you should use for this. Here's a decent guide on how to set it up, specifically for using for chat.
https://codeburst.io/building-your-first-chat-application-using-flask-in-7-minutes-f98de4adfa5d
It's for building a chat room, not private messages, but I think it's a good base and you can work out what you need to change to do private messages from here.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I wonder if ther is flask extension or snippet that allows dynamic client web page data update (I need it for progress bar alike this one:
yet if there is a general SignalR alike library to create dynamic web application it would solve my problem?
If you would like to simulate Non-Blocking I/O Model similar to SignalR you can have a look at Flask-SocketIO - https://github.com/miguelgrinberg/Flask-SocketIO.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I'm working on initial phases of a site which has a typical Freelance Marketplace model. It has buyers, sellers, transactions, payment gateway integration, ratings, dispute management etc.
Rather than creating everything from scratch, I was wondering if there is are any generic django apps which I can use as base and create on top of them?
I'm the project lead for Django Market, production is at greatcoins.com and GitHub source code is at https://github.com/StephenPower/CollectorCity-Market-Place. You can download a VM image to download and test from the site.
There is django-marketplace, django-market.