Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Make Label Text background (default color) transparent using tkinter in python
Post: Make Label Text background (default color) transpa...

In reference to the earlier question, I am able to put a background image in the frame but now the major issue is that Label text is displaying with default background which I need to make transparent...
barry76 GUI 1 23,846 Nov-28-2019, 08:55 AM
    Thread: Spacing Between two labels are very far and Top label is not in Center using Tkinter
Post: Spacing Between two labels are very far and Top la...

Hey, I have been working with Tkinter code using grid and with some certain ways of using pack at same time, as mentioned below in code. def __init__(self, master): super().__init__(mast...
barry76 GUI 2 7,100 Jul-30-2019, 06:45 AM
    Thread: ReShapping error while using open cv in python
Post: ReShapping error while using open cv in python

Using mentioned below code I am trying to reshape the image and use it on a specific row and column parameters import cv2 import numpy as np #shapes of both the image has to same img1 = cv2.imread('3...
barry76 General Coding Help 0 1,875 Apr-03-2019, 12:40 PM
    Thread: Create Animated Scatter plot in 3d using matplotlib in python
Post: Create Animated Scatter plot in 3d using matplotli...

Hello, with the reference link I am trying to plot a scatter graph for the sensor I am working with in 3d axis using animation package in matplotlib. Mentioned below is the code I am import numpy ...
barry76 General Coding Help 0 3,897 Mar-29-2019, 12:13 PM
    Thread: Send Pressure sensor data to IoT platform using WebSockets in Python
Post: RE: Send Pressure sensor data to IoT platform usin...

Thanks for your, Well I am trying to create the homemade solution which helps me to connect with AWS IoT core and create the analytics dashboard to work with these Machine to machine or WebSocket prot...
barry76 Networking 3 4,650 Mar-12-2019, 09:48 AM
    Thread: Send Pressure sensor data to IoT platform using WebSockets in Python
Post: Send Pressure sensor data to IoT platform using We...

Hi, I need to know the best way which helps me to send the pressure sensor data to the IoT platform using Websockets It would be a great help if you provide the sample example suggest the package whi...
barry76 Networking 3 4,650 Mar-11-2019, 11:50 AM
    Thread: Search "Places near by me" or "where am I" in google maps
Post: Search "Places near by me" or "where am I" in goog...

Hi, is it possible to search the results "where am I" or "places nearby me" using google API in python Right now mentioned below Python code is searching the place only. like when I am mentioning "H...
barry76 General Coding Help 1 2,691 Feb-07-2019, 01:38 PM
    Thread: assign the variable to every value received serial from Arduino
Post: RE: assign the variable to every value received se...

Hi, Mentioned below is my "Embedded C code" for temperature sensor connected to Arduino #include<Wire.h> // SHT25 I2C address is 0x40(64) #define Addr 0x40 void setup() { // Initialise I2C c...
barry76 General Coding Help 4 3,335 Feb-01-2019, 10:19 AM
    Thread: assign the variable to every value received serial from Arduino
Post: RE: assign the variable to every value received se...

Thanks for the reply, Any kind of useful example which help?
barry76 General Coding Help 4 3,335 Feb-01-2019, 08:31 AM
    Thread: assign the variable to every value received serial from Arduino
Post: assign the variable to every value received serial...

Hi, I am continuously getting the output of the temperature sensor from Arduino is like 28.92 64.26 93.77and I want to assign the variable to these values. Need suggestion about how can I be able to...
barry76 General Coding Help 4 3,335 Feb-01-2019, 07:07 AM
    Thread: Read data of Wireless Modem in Byte Format
Post: RE: Read data of Wireless Modem in Byte Format

Will there be Any help if I work with PyUSB? Although I am still not able to get proper documentation for this library. Any documentation or sample which might help me to work with this library?
barry76 General Coding Help 2 2,646 Jan-31-2019, 11:26 AM
    Thread: Read data of Wireless Modem in Byte Format
Post: Read data of Wireless Modem in Byte Format

Hi, I have been asking a question about Xbee modem, Earlier I have connected the Arduino with Xbee module called as a wireless modem. But Now I have been thinking to use Xbee device by directly conne...
barry76 General Coding Help 2 2,646 Jan-30-2019, 12:38 PM
    Thread: How to detect wireless modem connected serially to my laptop in python
Post: RE: How to detect wireless modem connected seriall...

(Jan-07-2019, 03:26 PM)Larz60+ Wrote: ard.open() I already mentioned for opening the port as well as code is reading the port but still facing this issue can you suggest what will be useful here?
barry76 General Coding Help 3 3,559 Jan-08-2019, 05:17 AM
    Thread: How to detect wireless modem connected serially to my laptop in python
Post: How to detect wireless modem connected serially to...

With the help of some earlier coding suggestion, I was trying to select the serial port with which I have connected the wireless modem. I am using serial.tools.list_ports to list down all the com po...
barry76 General Coding Help 3 3,559 Jan-07-2019, 11:53 AM
    Thread: Display more than one button in GUI to display MPU6000 Sensor readings
Post: Display more than one button in GUI to display MPU...

Hi, I have been working with the serial monitoring program. My laptop connected to Arduino with USB port and trying to receive the MPU6000 I2C module data. I have made the GUI in which I am selecting...
barry76 GUI 4 3,903 Dec-28-2018, 09:49 AM

User Panel Messages

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