python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to close an executable on Python like clicking on exit button
I will explain my problem :
For an application for my system I would like to know how to close an executable, like clicking on the pushbutton exit in the top rigth, as usual. Context :
From a script p...
Mathias
Votes: 0
Answers: 1
Use of python nmap calls in pyinstaller executable for windows
I'd like to replace our ping/ARP code which does IP address resolution with nmap calls.
We build an executable file for device testing using Python 3.7 with Pyinstaller to distribute to multiple (20 -...
user2117830
Votes: 0
Answers: 1
How to close an executable window Python
I will explain my problem :
For an application for my system I would like to know how to close an executable, like clicking on the pushbutton exit in the top rigth, as usual.
Context :
From a script p...
Mathias
Votes: 0
Answers: 1
compile django app to executable using PyInstaller
I am trying to compile a Django app as an executable. I know that this is not best practice - the app was built as a server app running on log in, but now the app shall be used by Users who shall not ...
Langueneers
Votes: 0
Answers: 0