Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: printing a ✔
Post: RE: printing a ✔

(Apr-16-2020, 10:04 PM)pframe Wrote: Yes you can print the tick mark. I have done it using python emoji model.how did you do it?
julio2000 General Coding Help 12 10,314 Apr-17-2020, 11:08 AM
    Thread: printing a ✔
Post: RE: printing a ✔

F :( Thanks for your help tho!
julio2000 General Coding Help 12 10,314 Apr-16-2020, 04:43 PM
    Thread: printing a ✔
Post: RE: printing a ✔

But when I turn my program into an .exe. It won't work either right? cause that's just a command prompt
julio2000 General Coding Help 12 10,314 Apr-16-2020, 04:08 PM
    Thread: printing a ✔
Post: RE: printing a ✔

Yeah I want it to print the checkmark out in windows CMD. But how do i do that?
julio2000 General Coding Help 12 10,314 Apr-16-2020, 02:59 PM
    Thread: printing a ✔
Post: printing a ✔

When running this code in my pycharm console it prints out the ✔. print('✔')But when I run it by clicking on the .py file, it prints out a question mark in a box. How do I fix this?
julio2000 General Coding Help 12 10,314 Apr-16-2020, 12:41 PM
    Thread: How to print the current time in color
Post: RE: How to print the current time in color

(Apr-15-2020, 09:13 PM)bowlofred Wrote: You're just using the bare string created by strftime(). You created a format string (with the %) and gave it the attributes, but it couldn't find a "%s" or ...
julio2000 General Coding Help 3 2,738 Apr-16-2020, 10:21 AM
    Thread: How to print the current time in color
Post: How to print the current time in color

Hi, I want to create a variable, and when I print that variable, it needs to be in a certain color. This is my current code import datetime from colored import fg, attr current_time = datetime.dat...
julio2000 General Coding Help 3 2,738 Apr-15-2020, 08:40 PM
    Thread: selenium prints weird things...
Post: selenium prints weird things...

When I run my selenium program. It prints out this while refreshing the website: Output:DevTools listening on ws://127.0.0.1:53156/devtools/browser/78416945-4c21-4b4b-9515-cec65c7e7c55 [0413/201543.34...
julio2000 Web Scraping & Web Development 0 1,588 Apr-13-2020, 06:16 PM
    Thread: TimeoutException
Post: TimeoutException

When I'm running my program that monitors a product page (with selenium) until the product is instock I sometimes get the following error after a while of running: Error:Traceback (most recent call la...
julio2000 Web Scraping & Web Development 1 2,748 Apr-13-2020, 06:10 PM
    Thread: Error posting with requests
Post: RE: Error posting with requests

It was the same address......... I've tried it too with a different addres, but that did work. but when I used the same addres but as a variable, it didnt work. (Mar-28-2020, 09:43 PM)julio2000 Wro...
julio2000 Web Scraping & Web Development 6 2,855 Mar-28-2020, 09:43 PM
    Thread: Error posting with requests
Post: RE: Error posting with requests

it printed out this: '[email protected]' I've tried it with this email: [email protected], and it worked. So i think it's that 2 that screws it up. But i need my script to work with emails like: exa...
julio2000 Web Scraping & Web Development 6 2,855 Mar-28-2020, 09:37 PM
    Thread: Error posting with requests
Post: RE: Error posting with requests

I tried. I did: print(self.email)and it printed out [email protected]
julio2000 Web Scraping & Web Development 6 2,855 Mar-28-2020, 09:32 PM
    Thread: Error posting with requests
Post: Error posting with requests

So I've created a code that posts something on a website. It works perfectly fine when I run it like this (+ other code but that isnt important): # Above is other (correct) code, wich isnt important ...
julio2000 Web Scraping & Web Development 6 2,855 Mar-28-2020, 09:25 PM
    Thread: Writing to .txt file
Post: RE: Writing to .txt file

i want it to be able to write everything in once, not line by line
julio2000 General Coding Help 5 3,009 Mar-23-2020, 11:20 AM
    Thread: Writing to .txt file
Post: RE: Writing to .txt file

yeah found that out earlier on, but still doesnt work
julio2000 General Coding Help 5 3,009 Mar-22-2020, 10:54 PM
    Thread: Writing to .txt file
Post: Writing to .txt file

Hi, How do I write a piece of text like this into a .txt file?: Jan:Kees:Piet:klaas Kees:Kees:Piet:klaas Klaas:Kees:Piet:klaas Piet:Kees:Piet:klaas Kees:Kees:Piet:klaas Jan:jan:Piet:klaas Jan:Kees:pi...
julio2000 General Coding Help 5 3,009 Mar-22-2020, 09:51 PM
    Thread: Option dropdown with Pyinquerer
Post: Option dropdown with Pyinquerer

[Image: https://user-images.githubusercontent.co...c73e7f.png] I want to create something like this. A option dropdown with those white lines inbetween options, to make it more clear. This is my code...
julio2000 GUI 0 1,537 Mar-22-2020, 04:11 PM
    Thread: running 2 loops at the same time
Post: RE: running 2 loops at the same time

Idk how, but i fixed it haha. Thanks!
julio2000 General Coding Help 7 4,538 Mar-21-2020, 05:20 PM
    Thread: running 2 loops at the same time
Post: RE: running 2 loops at the same time

yeah but how do i make sure execution makes it to line 34? When I run it like this: Thread(target=set_discord_status).start() Thread(target=loop).start()The set_discord_status function and its loop d...
julio2000 General Coding Help 7 4,538 Mar-21-2020, 04:50 PM
    Thread: running 2 loops at the same time
Post: RE: running 2 loops at the same time

So the fix is this? Thread(target=set_discord_status).start() Thread(target=loop).start()
julio2000 General Coding Help 7 4,538 Mar-21-2020, 04:44 PM

User Panel Messages

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