Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Whys is asterisk and random variable necessary in these functions?
Post: Whys is asterisk and random variable necessary in ...

In this basic Python Tkinter code, I'm trying to bind certain functions to trigger upon either a UI button press or a keyboard key press. import tkinter as tk from tkinter import ttk main_window = t...
rrowhe4d General Coding Help 5 1,530 Aug-04-2022, 04:03 AM
    Thread: How to use a function from third party library?
Post: How to use a function from third party library?

There is a library called mouse. It has a function called mouse.hook(callback). I'm trying to use this function to input mouse actions into a program where it otherwise wouldn't work. It has documenta...
rrowhe4d General Coding Help 2 1,871 Aug-31-2021, 12:19 PM
    Thread: Getting error trying to use functions to multiply numbers
Post: RE: Getting error trying to use functions to multi...

I see; thank you for the help. Question 1: Is it possible to do this with only functions, without using any global variables whatsoever? Question2: If "get_user_input_1()" calls and executes the fu...
rrowhe4d General Coding Help 5 1,899 Aug-30-2021, 06:48 AM
    Thread: Getting error trying to use functions to multiply numbers
Post: Getting error trying to use functions to multiply ...

For some reason I get an error trying to multiply two numbers after returning each value through its respected function. def get_user_input_1(): user_input = input('Type a number: ') return u...
rrowhe4d General Coding Help 5 1,899 Aug-30-2021, 05:25 AM
    Thread: Unable to install module
Post: Unable to install module

I'm very new, this is going to be my first real "project" to digitally move my computer mouse a certain distance after taking some very basic Python college classes a couple years back. I'm trying to...
rrowhe4d General Coding Help 1 2,294 Oct-13-2020, 08:25 AM

User Panel Messages

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