File: README

package info (click to toggle)
pysycache 3.1-3.3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 50,004 kB
  • sloc: python: 5,146; lisp: 1,152; sh: 102; makefile: 51; ansic: 4
file content (65 lines) | stat: -rw-r--r-- 2,549 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
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.