Conversation
|
Please use English, as @cdc12345 has said. |
There was a problem hiding this comment.
I think if you could add output.txt into .gitignore file would do better for the container to hold this repo, maybe?
There was a problem hiding this comment.
why should these two rules be added? For a green hand, I don't understand.
There was a problem hiding this comment.
I think he just wanted to push this commit to his own repo but didn't know how. xD
H-Sofie
left a comment
There was a problem hiding this comment.
This commit is meaningless, as it only modifies code formatting standards without making a significant contribution to readability.
|
I think he wants to pull his repository, but wrong. |
|
format some file and commit?hmmm... |
Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>
|
I'm running python3 -u img2txt.py --input /home/tmp/pexels-pixabay-163016.jpg --output /home/tmp/pexels-pixabay-163016.txt and I'm getting an error: code/python/ASCII- generator/img2txt.py:25: SyntaxWarning: invalid escape sequence ‘\|’
CHAR_LIST = ‘$@B%8&WM#*oahkbdpqwmZO0QLCJUYXzcvunxrjft/\|()1{}[]? -_+~<>i!lI;:,\‘^`’. ’, my pythion version is python3 -V
Python 3.12.3so in order to solve this problem, I modified the way to write CHAR_LIST, and used Flake8 as my Python code checker, sorry for initiating an inappropriate PR, the reason why I used the Chinese commit is because I didn't see the relevant contribution requirements, here I made the change |
|
Plz refer to #52 |
No description provided.