Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Pillow
Post: RE: Pillow

(Dec-29-2019, 09:30 PM)Larz60+ Wrote: You are probably not in the same directory as the image file, even though you mayy think you are. import os and look at cwd output import os ... print(f"{os.ge...
juuls04 GUI 4 3,317 Dec-29-2019, 09:45 PM
    Thread: Pillow
Post: Pillow

from tkinter import * from PIL import Image,ImageTk root = Tk() img = ImageTk.PhotoImage(Image.open('red-circle.png')) label = Label(image=my_img) label.pack root.mainloop()When I run this, I get t...
juuls04 GUI 4 3,317 Dec-29-2019, 09:25 PM
    Thread: Best Library to use?
Post: Best Library to use?

Hi I want to create a automated software wich purchases sneakers from websites automaticly. I was wondering wich lybrary is best to use in this case. Selenium isn't an option cause I don't want to see...
juuls04 Web Scraping & Web Development 1 1,563 Dec-29-2019, 09:17 PM

User Panel Messages

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