Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 days ago.
Improve this question
how can i handle file drag and drop in python
i know that i can get the path with sys.argv but before this i can't drag them while program in on
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 days ago.
Improve this question
Guys can you help me make this work?
enter image description here
I tried putting - str(ware_1)
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 days ago.
Improve this question
I know that it already exists a type of this question but I don't find the answer.
I have for example an pdf file opened (not with code) and I want to close that with python code.
I am beginner and I didn't succeed, to my shame :(((
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
How do I config my vscode output to look like the first image?
What I want:
What it actually looks like:
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I couldn't find anyway to print the size of an image in bytes.
You can simply use os.
import os
os.path.getsize('test.jpg')
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I'm a new programmer and have no idea why this is happening.
You have some amount of spaces before the import pygame text on the first line.