Git Product home page Git Product logo

image-to-unicode-converter's People

Contributors

yinyifu avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

image-to-unicode-converter's Issues

Program won't run

I get a bunch of errors trying to run either file. For ImageToGui.py

python3 ImageToGui.py
  File "ImageToGui.py", line 225
    global label
    ^
SyntaxError: name 'label' is used prior to global declaration

I don't really know Python so I don't know what I'm doing, but I moved lines 225 and 228 to up with the other global declarations (inserted as new lines 24 and 25), and tried to run it again. I got this when I did:

Traceback (most recent call last):
  File "ImageToGui.py", line 1, in <module>
    from PIL import Image, ImageTk
ModuleNotFoundError: No module named 'PIL'

When I try to run ImageToAscii.py, I get

python3 ImageToAscii.py
Traceback (most recent call last):
  File "ImageToAscii.py", line 3, in <module>
    from PIL import Image, ImageEnhance
ModuleNotFoundError: No module named 'PIL'

(on the off chance this could be a system thing, running Python 3.7.2 (default, Jan 10 2019, 23:51:51 [GCC 8.2.1 20181127]) on Antergos Linux (kernel 4.20.10-arch1-1-ARC))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.