Giter Club home page Giter Club logo

idcardgenerator's Issues

tip

能打印吗

Icon 行报错, Python 2.7

这一行关于icon的会报错
root.iconbitmap(os.path.join(base_dir, 'ico.ico'))

Traceback (most recent call last):
File "idcardgenerator.py", line 156, in
root.iconbitmap(os.path.join(base_dir, 'ico.ico'))
File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1702, in wm_iconbitmap
return self.tk.call('wm', 'iconbitmap', self._w, bitmap)
_tkinter.TclError: bitmap "usedres/ico.ico" not defined


目前的解决方法是注释掉....

能否自动寻找背景色

diff = [5, 30, 30]
gb = hsv[0, 0]
lower_blue = np.array(gb - diff)
upper_blue = np.array(gb + diff)
mask = cv2.inRange(hsv, lower_blue, upper_blue)

如何?

empty.png存在问题

模板图中写的是“公民身份证号码”,但是实际身份证写的是“公民身份号码”,能不能修改一下模板图

点击生成没反应

win7系统
填完信息后,点击生成,选择照片之后没有生成身份证照片

关于项目打包

项目应该如何打包?能否将项目打包步骤讲解的再详细些呢?项目中也没用发现打包命令中的idcardgenerator.py文件
谢谢

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.