I’ve written a simple python script which uses svgwrite module for generating chessboard of various styles in svg format.
Archiv pro rubriku: sw
Jak stahovat hudbu v 21 století? Instant-Music-Downloader
Chcete stahovat muziku pouze tím že napíšete její název nebo pár zpívaných slov?
FPV quad servorameno
Aby jsme se mohli kvadrukoptérou zabírat různá zákoutí okolní reality, je potřeba ji upevnit do aktivního aktuátorovaného závěsu čili gimbalu. Jeden velmi levný gimbal je možné vytvořit celkem jednoduše.
Automatic Layout Height in Kivy GUI
I recently needed a layout whose height would be automatically set to the sum of heights of inner child elements. So when there are TextInputs and the user writes more lines of text, the layout will suitably change its height. Celý příspěvek
The image processing algorithm visualiser (IPAV)
Recently I have created a Python openCV „frontend“ which allows a creation of computer vision algorithms by simply writing down their comma separated names. It creates a nice square widget chain where every „step“ algorithm has its own picture and info string. Interested? Keep reading!
90 degree 3d printing horizontal supports
I do have idea for a possible cool new feature for „slicer“ like software generating gcode from models
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 !!
Install Python packages in Windows 7
In Windows you should use pip package manager or precompiled wheel files (.whl) to keep out of trouble.
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
- only very simple one included
- can be combined with
- 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
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…