Python Touchscreen App Infrastructure with example Apps
An "Application" infrastructure in Python using pygame for the graphics, developed for touch screen displays used with Raspberry Pi.
Look at the wiki for further information.
It has several game Apps included.
--> Simple drawing App
--> Chess for two players.
--> Mill Game for two players.
--> Checkers game for two players.
--> Tic Tac Toe for two players
--> Breakout for one player
--> Monopoly for up to 9 players in development.
Add your apps easily (to the code), create menus easily and switch between the apps easily.
World's simplest facial recognition api for Python & the command line
Face Recognition is the world's simplest face recognition library. It allows you to recognize and manipulate faces from Python or from the command line using dlib's (a C++ toolkit containing machine learning algorithms and tools) state-of-the-art face recognition built with deep learning.
Face Recognition is highly accurate and is able to do a number of things. It can find faces in pictures, manipulate facial features in pictures, identify faces in pictures, and do face recognition on a...