kivy 1.9.1 + win7 + Python 3.4.3 + freezing code = creating one „exe“ from your kivy project

How can I deploy my application to the „customer“ so he does not have to install anything else? There are some alternatives with comparison on this site. Here I will show you a way how to freeze your kivy project via pyInstaller under win7.

#and now it’s working !!

Celý příspěvek

Some physics engine + GUI + Python 3.4 + win7 + OpenCV

  • Panda3D
    • GameDev engine
    • it uses only Python 2.7.3 (22-10-2015)
    •  GUI
      • difficult creation
    • 3D
      • yes
    • physics engine
    • Download
      https://www.panda3d.org/download.php?platform=windows&version=1.8.1&sdk
  • Kivy is multiplatform gui engine
    • win, mac, linux and even Android
    • GPU accelerated
    • Free MIT licence
  • KivEnt
    • KivEnt is a Game Engine designed for the Kivy Framework
    • physics library:
      • chipmunk
  • pyGame
    • Python 3
    • http://www.pygame.org/hifi.html
  • PySide
    • Open python Qt wrapper
    • doesn’t support QT5.X (25-10-2015)
  • PyQt
    • Commercial license for proprietary use

 

GUI only:

http://docs.python-guide.org/en/latest/scenarios/gui/

 

Physical engines only

  • cocos2d
    • 2d only
  • Bullet
    • 3d
    • awsome used in Pixar movies, Blender and NASA
  • pymunk
    • Python 2 & 3
    • 2d only
    • multiplatform
    • pythonic – usefull with pygame, pyglet and others
  • pyglet
    • 2d
    • only python 2.X

Celý příspěvek

OpenCV 3.0.0 + Python 3.4 + Win7 + Numpy + Scipy + Mingw

Hi there, I have a simple dream. Making these work together:

  • Windows 7 [64bit]
  • OpenCV 3.0.0 [32bit] builded from source
    • features2d
    • ffmpeg
  • Python 3.4.X [32bit]
    • tkinter openCV window app
    • .. maybe wxWidget
    • .. maybe PyQt
  • Numpy [32bit] (maybe as a start as it does not have a 64bit prebuilt)

This will be a working tutorial. I’m on it.

People from OpenCV have done a new tutorial here which is nice 🙂 [Last updated on Nov 10, 2015.]

Firstly I do some research…

Celý příspěvek

gr4gallery = Gallery in Python 2.7.10 + OpenCV 3.0.0 + Tkinter GUI

Hi there fellows, a project emerged from the need of using OpenCV with GUI possibilities larger than trackbar. I am currently keen on Python, but I didn’t want to spend any time finding out how to make OpenCV + Python + Qt work, because the commercial licensing of Qt borthered me too much. Therefore I turned to the only other python GUI library I know so far the good ol‘ Tkinter.

screenshot

Celý příspěvek

Past event

Citace

you don’t remember anything from your past
you don’t remember you forget so fast
everytime you try sorting all the things through
you get stuck and frozen in an aspect of you

as you wish as you say
eat out your life day after day
many months lost and more yet to come
smile on everyone until you are done

steady you seem to everyone else
thread undergoes what appears to be flat
thread which leads from event from the past
every few months forgiveness you cast

YoWindow – počasí ala Smartfone na PC

Screenshot YoWindow BrnoMáme rok 2015 a jak někteří tvrdí bude to rok IoT tedy Internetu Věcí, čili senzory všude od ledničky po tužku :). Kalibrovanou meteorologickou stanici připojenou do sítě sice ještě každý na domě nemá, ale již nějaký ten rok existuje spousta služeb, jež poskytuje předpověď počasí vzhledem k zadané poloze. Většinou se však k těmto datům dostaneme přes prohlížeč, respektive přes dedikovanou aplikaci ve Smartfounu. Avšak s YoWindow můžete na svém win7 PC mít aktuální předpověď přímo ve spořiči obrazovky, a to ještě s krásnými efekty počasí aplikovatelnými na jakýkoliv obrázek horizontu.

Celý příspěvek