Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Fallout-themed IDE?
Post: RE: Fallout-themed IDE?

Don't know an IDE, but maybe this project helps: https://github.com/Swordfish90/cool-retro-term
Standard_user Bar 7 7,109 Apr-06-2019, 06:45 AM
    Thread: Modern looking GUI
Post: RE: Modern looking GUI

This looks quite modern :) https://github.com/gmarull/qtmodern
Standard_user GUI 14 73,331 Jan-11-2019, 03:53 PM
    Thread: pyinstaller Os diversion problem
Post: RE: pyinstaller Os diversion problem

Try installing Microsoft Visual C++ redistributable x86 version. https://www.microsoft.com/en-us/download...px?id=5555
Standard_user General Coding Help 5 4,431 Oct-09-2018, 05:13 AM
    Thread: looking for a GUI digital clock
Post: RE: looking for a GUI digital clock

wxPython example: [Image: https://i.imgur.com/KowOBoH.png] #!/usr/bin/env python import time import wx import wx.lib.gizmos as gizmos # Formerly wx.gizmos in Classic #-----------------------------...
Standard_user Bar 4 6,218 Oct-08-2018, 11:24 AM
    Thread: Workplace
Post: RE: Workplace

https://www.youtube.com/watch?v=niGNju4LaeY
Standard_user Bar 2 2,353 May-19-2018, 11:51 PM
    Thread: Workplace
Post: Workplace

How does your workplace look right now? Mine looks like this: [Image: https://s7.postimg.cc/6w7vxsp9z/IMG_20180519_161455.jpg] No bugs, everything works as expected.
Standard_user Bar 2 2,353 May-19-2018, 02:26 PM
    Thread: Problem parsing website html file
Post: RE: Problem parsing website html file

(May-01-2018, 11:04 AM)Larz60+ Wrote: Quote:However, when calling from requests, it does not generate the HTML page that can be obtained by clicking the link. You are not saving the file. add after...
Standard_user Web Scraping & Web Development 2 3,206 May-01-2018, 11:09 AM
    Thread: Using 3rd party QT widgets in Python
Post: RE: Using 3rd party QT widgets in Python

Found a tutorial here, at last: http://www.rkblog.rk.edu.pl/w/p/making-p...dgets-sip/
Standard_user GUI 4 18,871 May-11-2017, 02:17 PM
    Thread: Using 3rd party QT widgets in Python
Post: RE: Using 3rd party QT widgets in Python

Thanks for reply! However, I took qcircularbar just as an example to illustrate my question, how do I use any external Qt widgets from Python? As you see, I managed to install the widget to Qt Designe...
Standard_user GUI 4 18,871 May-11-2017, 05:43 AM
    Thread: Using 3rd party QT widgets in Python
Post: Using 3rd party QT widgets in Python

Good day, I'm studying PyQt, so I decided to try adding some external widget to Qt Designer.  Let's say I have this gauge widget: https://github.com/open-gui/custom-widgets. It is written in C++,  I f...
Standard_user GUI 4 18,871 May-10-2017, 05:53 PM
    Thread: OpenCV, segment image
Post: RE: OpenCV, segment image

Saved me a bunch of nerve cells. Many thanks! I just had to replace cv2.cv.CV_HOUGH_GRADIENT to cv2.HOUGH_GRADIENT to work with OpenCV3.
Standard_user General Coding Help 6 7,658 Jan-01-2017, 08:29 PM
    Thread: OpenCV, segment image
Post: RE: OpenCV, segment image

Quote:if you already know the coordinates of the places you are interested in you can just slice out the portions of that image Thats why I posted this question :) Seems trivial, but I'm fighting wit...
Standard_user General Coding Help 6 7,658 Jan-01-2017, 07:15 PM
    Thread: OpenCV, segment image
Post: RE: OpenCV, segment image

Thanks for response! Need to extract whatever contrasting shapes, not necessarily circles, so I think, cv2.findContours is the best way.  The coordinates of shapes I need to extract are already in "co...
Standard_user General Coding Help 6 7,658 Jan-01-2017, 06:53 PM
    Thread: OpenCV, segment image
Post: OpenCV, segment image

Good day, let's say I have an image: [Image: https://s28.postimg.org/7wvyd7x6x/image.jpg] How do I extract each coin and stitch up a new image, like this: [Image: https://s23.postimg.org/h3cz7es5z/com...
Standard_user General Coding Help 6 7,658 Jan-01-2017, 02:19 PM
    Thread: How do I make an assignment inside lambda function?
Post: RE: How do I make an assignment inside lambda func...

micseydel, many thanks!
Standard_user General Coding Help 2 20,010 Nov-13-2016, 05:54 PM
    Thread: How do I make an assignment inside lambda function?
Post: How do I make an assignment inside lambda function...

Good day, having a brain freeze :) How do I set a boolean variable to True inside lambda function? I'm trying to set variable to True on a hotkey(using SystemHotkey lib) : from system_hotkey import S...
Standard_user General Coding Help 2 20,010 Nov-13-2016, 01:10 PM
    Thread: AsyncSSH and timeout
Post: AsyncSSH and timeout

Good day, I'm trying to run multiple SSH clients using AsyncSSH lib. This is an example from manual, which works fine:        import asyncio, asyncssh async def run_client(host, command):    async ...
Standard_user General Coding Help 1 5,492 Oct-26-2016, 03:13 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020