Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Call a varaible from class in the parent class
Post: Call a varaible from class in the parent class

Hi experts. I'm making a modular interface containing tabs with different tools. These tools are for now : A qr code display for my math teacher. A real-time schedule display of my city's public t...
Clement_2000 General Coding Help 1 2,194 May-09-2019, 09:21 PM
    Thread: Dynamically create functions from Json
Post: RE: Dynamically create functions from Json

Hi nilamo, I'm so happy today, you can't believe. Everything is fixed ! Thank you ! When reading your message, this did remind me a previous message of Larz60+ in this thread https://python-forum.i...
Clement_2000 General Coding Help 5 3,913 Feb-22-2019, 06:43 PM
    Thread: Dynamically create functions from Json
Post: RE: Dynamically create functions from Json

Hi nilamo and Larz60+, Thank you for your help ! So nilmao, you're totally right. I don't know why I haven't done that before, I'm stupid. So i worked on it. Larz60+, I saw your code, that's not ex...
Clement_2000 General Coding Help 5 3,913 Feb-21-2019, 05:55 PM
    Thread: Dynamically create functions from Json
Post: Dynamically create functions from Json

Bonjour experts ! **biggrin** It is still for my printer controller project. I'm now trying to make a lib to get a flexible, and easy tom modify command list. So the goal for now is that I want to...
Clement_2000 General Coding Help 5 3,913 Feb-20-2019, 09:59 PM
    Thread: Open parrallel problem
Post: RE: Open parrallel problem

Oh yes, thank you !! **smile** It works with : from tkinter import * printer = open("/dev/lp0", "w") win = Tk() win.geometry("100x100") def send(text): printer.write(str(text)) #Print text ...
Clement_2000 GUI 2 2,565 Feb-19-2019, 05:19 PM
    Thread: Open parrallel problem
Post: Open parrallel problem

*** I Don't know why, I already tried to post this, but for some reason it seams that my post disappeared or was never posted (maybe I didn't press the right button). Anyway, if it got removed by a mo...
Clement_2000 GUI 2 2,565 Feb-19-2019, 12:14 PM
    Thread: Control a dot matrix printer
Post: RE: Control a dot matrix printer

THANK YOU ! It works !! I'm so happy, thank you ! I'll finally be able to do what I wanted to do ! Thank you ! **clap**
Clement_2000 General Coding Help 4 4,920 Jan-27-2019, 09:00 PM
    Thread: Control a dot matrix printer
Post: RE: Control a dot matrix printer

I'm a bit confused, I want for example to send 27 120 0 to set it in Utility mode. When I do : printer = open("LPT1", "w") printer.write("\x27\x120\x0") printer.closeIt says I can't use more that t...
Clement_2000 General Coding Help 4 4,920 Jan-27-2019, 10:50 AM
    Thread: Control a dot matrix printer
Post: Control a dot matrix printer

Hello, I've recently got two of these amazing dot matrix printers. They support text data and ASCII commands control them. So, I'd like to make a GUI to control it using... eh... Python of course *...
Clement_2000 General Coding Help 4 4,920 Jan-26-2019, 12:21 PM

User Panel Messages

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