Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Given a long string of numbers and slashes when inputting a picture #18

Open
Takrak opened this issue Sep 3, 2023 · 1 comment
Open

Comments

@Takrak
Copy link

Takrak commented Sep 3, 2023

When inputting a picture all I get is a string of numbers, slashes, colon's, etc. I assume this must be used for something else but I do not know what, I'd appreciate a bit of instruction.

Screenshot 2023-09-03 024902

@AverseABFun
Copy link

Ah, I see. What is happening is the ANSI escape codes aren't being rendered correctly on Windows(if you don't know what that means, I suggest looking it up). To fix it try adding these two lines to the top of the file:

import os
os.system("")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants