o-------------------------------------------------------------------------------o | | | PySyCache | | | | Version 3.1 | | | | Copyright (c) 2005-2007 Vincent DEROO (vincent.pysycache@free.fr) | | | o-------------------------------------------------------------------------------o Presentation --------------------------------------------------------------------------------- PySyCache is an educational software with target to learn young children to manipulate the mouse (move, click, drag and drop) License --------------------------------------------------------------------------------- PySyCache is under GPL2 license Pictures provided with PySyCache are GPL compliant User manual is under GFDL Additionnal pictures are copyrithed by their author and you have to read the file copyright.html for know which license is applied (in general like a Creative common) Installation --------------------------------------------------------------------------------- For install pysycache, you must have : - python - pygame Authors --------------------------------------------------------------------------------- This project have initially started by Vincent DEROO You will find a list of all contributors in the AUTHORS file. Web sites --------------------------------------------------------------------------------- You will find news and more information on the web site : http://www.pysycache.org/ Pysycache is on other web site : - http://themes.pysycache.free.fr/ for additional themes - http://videos.pysycache.free.fr/ for see videos presentation of pysycache usage Developpment notes --------------------------------------------------------------------------------- listdir( path) Return a list containing the names of the entries in the directory. The list is in arbitrary order. It does not include the special entries '.' and '..' even if they are present in the directory. Availability: Macintosh, Unix, Windows. Changed in version 2.3: On Windows NT/2k/XP and Unix, if path is a Unicode object, the result will be a list of Unicode objects.