Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: PyInstaller related question
Post: RE: PyInstaller related question

(Jul-16-2020, 03:00 PM)snippsat Wrote: (Jul-16-2020, 02:46 PM)Evil_Patrick Wrote: then How can i add the .ico file with the .py file ?Read the documentation. There are many Thread here about Pyins...
Evil_Patrick General Coding Help 6 2,944 Jul-18-2020, 04:57 AM
    Thread: PyInstaller related question
Post: RE: PyInstaller related question

(Jul-16-2020, 02:34 PM)snippsat Wrote: (Jul-16-2020, 02:23 PM)Evil_Patrick Wrote: an I run that file in another system without python or modules installed ?That's the whole point that people can u...
Evil_Patrick General Coding Help 6 2,944 Jul-16-2020, 02:46 PM
    Thread: PyInstaller related question
Post: PyInstaller related question

So if I convert my python GUI file into an exe file using PyInstaller can I run that file in another system without python or modules installed ? **huh**
Evil_Patrick General Coding Help 6 2,944 Jul-16-2020, 02:23 PM
    Thread: Multi-threading
Post: Multi-threading

Can I use Multi-threading to scrape images from internet fast If yes can anyone Explain me how it works Can't find anything related this on Internet or Youtube for link in tqdm(images): filena...
Evil_Patrick General Coding Help 2 24,659 Jul-15-2020, 05:26 AM
    Thread: Short link URL
Post: RE: Short link URL

(Jul-09-2020, 02:14 PM)snippsat Wrote: Can use Requests like this. import requests url = 'http://bit.ly/cXEInp' session = requests.Session() resp = session.head(url, allow_redirects=True) print(res...
Evil_Patrick Web Scraping & Web Development 5 3,134 Jul-09-2020, 02:41 PM
    Thread: Short link URL
Post: Short link URL

Let's say I open a Short link url using Requests Like: source = requests.get("short.url/k123h3")is there any way I can know what's the main or long url link behind it? Sorry for bad Explanation and ...
Evil_Patrick Web Scraping & Web Development 5 3,134 Jul-09-2020, 09:56 AM
    Thread: 403 Forbidden Error
Post: 403 Forbidden Error

How to avoid this error while crawling any website? from bs4 import BeautifulSoup import requests source = requests.get("https://www.hltv.org/") print(source.status_code)Output:403
Evil_Patrick Web Scraping & Web Development 1 4,449 Jun-20-2020, 06:19 AM
    Thread: Github help
Post: Github help

So Let's imagine I want to upload my project to Github Does I have to included pre-installed modules with python in the requirements file?
Evil_Patrick General Coding Help 1 1,615 Jun-18-2020, 03:49 PM
    Thread: Module not Installing
Post: RE: Module not Installing

(May-27-2020, 12:05 PM)snippsat Wrote: (May-27-2020, 11:40 AM)Evil_Patrick Wrote: It's not showing in Installed ModulesLook at Repo there is no setup.py that pip need. Maybe at one time he had a...
Evil_Patrick General Coding Help 9 4,592 May-27-2020, 03:45 PM
    Thread: Module not Installing
Post: RE: Module not Installing

It's not showing in Installed Modules [Image: https://i.postimg.cc/VsKDy7W3/Gt2.png]
Evil_Patrick General Coding Help 9 4,592 May-27-2020, 11:40 AM
    Thread: Module not Installing
Post: RE: Module not Installing

(May-27-2020, 09:38 AM)snippsat Wrote: gallery_get there no setup.py(needed bye pip),so this Installation instruction is no correct as most download or clone Repo for it to work. gallery_get Wrote...
Evil_Patrick General Coding Help 9 4,592 May-27-2020, 11:09 AM
    Thread: Module not Installing
Post: RE: Module not Installing

(May-27-2020, 06:17 AM)buran Wrote: do you have more than one python version installed? No
Evil_Patrick General Coding Help 9 4,592 May-27-2020, 08:44 AM
    Thread: Module not Installing
Post: Module not Installing

Why it showing this error ? It was working fine 4 months back [Image: https://i.postimg.cc/fR0cCJcW/get.png]
Evil_Patrick General Coding Help 9 4,592 May-27-2020, 06:06 AM
    Thread: Tkinter Logo Image
Post: Tkinter Logo Image

So I'm Trying to Create a Tkinter window and it has an icon in same folder but if I upload it on Github or change dir then it will show an error because of icon location Is there any solution for it?...
Evil_Patrick GUI 1 4,856 May-25-2020, 03:00 AM
    Thread: Update All Packages
Post: Update All Packages

Is it Possible to update all Installed Python packages at once using Pip? **think** **think**
Evil_Patrick General Coding Help 4 3,518 Feb-04-2020, 04:52 AM
    Thread: Removing duplicate Image
Post: RE: Removing duplicate Image

(Jan-24-2020, 12:28 PM)snippsat Wrote: Removing duplicate files is normal to use Hash-based verification. With Python can eg use hashlib. So can example do it like this. import hashlib import os de...
Evil_Patrick General Coding Help 8 4,194 Jan-26-2020, 03:48 AM
    Thread: Removing duplicate Image
Post: RE: Removing duplicate Image

(Jan-23-2020, 02:34 PM)ThiefOfTime Wrote: Hi, could you share your code? It may be easier to help you if we could view what you are doing. But even without code it seems that the thumbnail images ar...
Evil_Patrick General Coding Help 8 4,194 Jan-23-2020, 02:47 PM
    Thread: Removing duplicate Image
Post: Removing duplicate Image

So I export a Telegram Channel's All Images and the result is one original image and it's thumbnail as you can see in pic [Image: https://i.postimg.cc/VLCJ59gK/pyth.png] I tried to rename them and d...
Evil_Patrick General Coding Help 8 4,194 Jan-23-2020, 02:19 PM
    Thread: Password Reveal Icon
Post: RE: Password Reveal Icon

(Nov-29-2019, 12:19 PM)steve_shambles Wrote: Interesting question. Easy GUI can do half of the job by starring out the users input, since you have the password in a string I guess you could create ...
Evil_Patrick GUI 2 4,685 Nov-29-2019, 02:20 PM
    Thread: Tutorial Requests
Post: RE: Tutorial Requests

tqdm tutorials for CLI Progressbar
Evil_Patrick Tutorial Requests and Submissions 60 294,690 Nov-23-2019, 09:18 AM

User Panel Messages

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