Python Forum
translate this into python plz
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
translate this into python plz
#1
how do i make a bot that does this (just translate to python plz)



(while 1 loop here to keep this script running)


if (p) is pressed, press spacebar , o + 1.

if  o == 50 exit loop and go back to the while 1 loop
Reply
#2
(Apr-12-2017, 07:08 PM)abrew132 Wrote: just translate to python plz
What have you tried? Do you have a more specific question?
Reply
#3
while 1:
    while True:
        if pressed == 'p':
            press spacebar
            o = o + 1
        if o == 50:
            break
It's a little foggy because of the material you gave.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#4
(Apr-12-2017, 07:31 PM)wavic Wrote:
while 1:
    while True:
        if pressed == 'p':
            press spacebar
            o = o + 1
        if o == 50:
            break
It's a little foggy because of the material you gave.

This does absolutely nothing towards encouraging members to submit their code and their attempts at writing it.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  googletrans library to translate text language for using data frame is not running gcozba2023 0 1,252 Mar-06-2023, 09:50 AM
Last Post: gcozba2023
  BeautifulSoup - I can't translate html tags that contain <a href=..</a> OR <em></em> Melcu54 10 1,666 Oct-27-2022, 08:58 AM
Last Post: wavic
  How to Translate a python code written in Mac-OS to Windows? alexanderDennisEnviro500 2 2,747 Jul-31-2021, 08:36 AM
Last Post: Gribouillis
  Delimiters - How to skip some html tags from being translate Melcu54 0 1,675 May-26-2021, 06:21 AM
Last Post: Melcu54
  Translate to noob a Name Eroor message bako 2 2,257 Mar-30-2020, 05:58 PM
Last Post: bako
  Translate this line of code please keystone76 2 2,678 Jan-31-2020, 11:15 PM
Last Post: keystone76
  translate \ to / ? Skaperen 4 2,540 Oct-01-2019, 06:05 AM
Last Post: Skaperen
  Heating program to translate from Basic to Python tommy2k19 12 6,047 May-21-2019, 08:16 AM
Last Post: tommy2k19

Forum Jump:

User Panel Messages

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