Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Does anyone want to collaborate on a small project?
Post: RE: Does anyone want to collaborate on a small pro...

Hey, is this still available? Can I get more details about it?
Raures Jobs 1 16,170 May-11-2022, 08:35 PM
    Thread: Embed Google Maps in PyQt6 Widget
Post: RE: Embed Google Maps in PyQt6 Widget

(Sep-11-2021, 04:09 PM)Axel_Erfurt Wrote: PyQt6 (6.1) has no webenginewidgets, you must wait for 6.2 Understandable. Thank you.
Raures GUI 2 3,120 Sep-11-2021, 04:32 PM
    Thread: Embed Google Maps in PyQt6 Widget
Post: Embed Google Maps in PyQt6 Widget

Hi. I am trying to make a widget that embeds Google Maps but I can't find any module that would help me do so. I've searched the web, tried to find solutions to this with no success. PyQt5 seems to ha...
Raures GUI 2 3,120 Sep-11-2021, 01:33 PM
    Thread: How to stop the sprite's movement when it touches the edges of the screen?
Post: RE: How to stop the sprite's movement when it touc...

I'd do it this way, check if player's sprite x axis position + player's sprite width is lower than screen width, if it is, then move sprite to the right. Example in your code: import pygame from pyga...
Raures Game Development 5 11,614 May-13-2018, 03:31 PM
    Thread: Making a game
Post: RE: Making a game

My question was how to make a game, not what a game engine is.
Raures Game Development 3 3,779 Apr-16-2018, 05:16 PM
    Thread: Making a game
Post: Making a game

Hi. I'll try to keep it short and basic. I'm thinking of making a real time strategy (RTS) game, something very similar to Age of Mythology, but I've never made a game before, therefore, I have little...
Raures Game Development 3 3,779 Apr-14-2018, 09:30 PM
    Thread: Question regarding python pyqt script
Post: RE: Question regarding python pyqt script

1. Will not work, because "Volume = float(get lineedit8)" will throw an error, also, why not just try "Answer = (int(lineedit8.text()) / 29.5735286)"? 2. "print" is a function for python console, not ...
Raures GUI 2 2,613 Feb-18-2018, 03:03 AM
    Thread: Drag and drop converter
Post: Drag and drop converter

Hello everyone. I've created another User Interface to Python converter (you can find the first one here, though I don't recommend it, it's ugly), this one's more simple and comfortable. Literally all...
Raures GUI 0 4,498 Oct-01-2017, 07:44 PM
    Thread: PyQT4 only upper case text
Post: RE: PyQT4 only upper case text

You could create a method that returns upper case string, and everytime you want to put in text, you just call that method. Example of such method: def upper_case(self, string_input):     return strin...
Raures GUI 1 3,687 Feb-27-2017, 01:13 PM
    Thread: PyQt4 get text from line edit into label on button push
Post: RE: PyQt4 get text from line edit into label on bu...

You could simply call QLineEdit's .text() method. Solution below. #!/usr/bin/python3 #-*- coding: utf-8 -*- """ Set label text from line edit with ok click """ import sys from PyQt4 import QtGui, Q...
Raures GUI 2 21,817 Feb-25-2017, 11:33 PM
    Thread: Not working anymore, dlls & errors
Post: RE: Not working anymore, dlls & errors

Alrighty, I'll try that, though I'm still now 100% satisfied.
Raures GUI 4 13,884 Jan-28-2017, 12:35 PM
    Thread: Not working anymore, dlls & errors
Post: RE: Not working anymore, dlls & errors

Ok... but that doesn't solve my issue, it just creates a workaround...
Raures GUI 4 13,884 Jan-28-2017, 06:10 AM
    Thread: Not working anymore, dlls & errors
Post: Not working anymore, dlls & errors

I'm having big troubles with PyQt5 lately, I had it working just fine a few days ago, then I wanted to install PyQt4 for some reason, but I accidently installed PyQt5 again (from *.exe, not *.whl, not...
Raures GUI 4 13,884 Jan-28-2017, 03:50 AM
    Thread: User Interface to Python
Post: RE: User Interface to Python

(Jan-23-2017, 04:23 PM)California Wrote: Hello Raures, would you be so kind to post download link once again. The last one doesn't work anymore. Vlado Thank you for your reply, I hope those will st...
Raures GUI 11 10,730 Jan-23-2017, 11:58 PM
    Thread: Beginning in Qt
Post: RE: Beginning in Qt

What I've learned from my recent experiences is that you should use Python 3.5 and PyQt5, in the end you will still be somehow forced to switch to them, better sooner than later.
Raures GUI 2 4,421 Dec-03-2016, 11:51 PM
    Thread: What's your user title?
Post: RE: What's your user title?

"Programmer named Tim", my name is not Tim.
Raures Bar 9 7,159 Dec-03-2016, 12:26 AM
    Thread: User Interface to Python
Post: RE: User Interface to Python

I've worked on the program a little and managed to add some features:You can choose the name of the converted file If a file with the same name exists, you can "Overwrite" or "Rename", the "Rename" f...
Raures GUI 11 10,730 Oct-27-2016, 12:07 PM
    Thread: User Interface to Python
Post: RE: User Interface to Python

That is what my software is using. You must pick the pyuic4.bat file as 'engine file', then the *.ui file to convert, then the destination, you can save pyuic4 and destination paths so in the future y...
Raures GUI 11 10,730 Oct-16-2016, 10:32 PM
    Thread: User Interface to Python
Post: RE: User Interface to Python

The pyuic4.bat file is in Python27\Lib\site-packages\PyQt4\, this script was made in Windows, it's not tested on other platforms.
Raures GUI 11 10,730 Oct-16-2016, 07:45 PM
    Thread: User Interface to Python
Post: RE: User Interface to Python

Thank you for yoyr reply! I will fix it and provide the executable file as soon as possible.
Raures GUI 11 10,730 Oct-16-2016, 02:22 PM

User Panel Messages

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