Python

Most the files in this directory are for experimenting with different Python modules, although there are a few tutorial examples.

Project directory and documentation....

Dependencies and Module Installation
Most the software posted here require the installation of various third-party modules. These are listed on the SourceForge wiki, the included README files and other documentation.
For Linux users, the installation process for the modules is:
1. Check whether the module is available in the package repositories.
2. If the module can't be found in the repositories, download the archived source from the developers' siteand extract whatever directory it contains.
3. Normally there is a 'setup.py' file in the extracted directory. Navigate to this in the command line and use the following command:
$python setup.py install
4. The module should now be installed and accessible to the Python interpreter.

Functions
Example code for creating functions, plus an example of creating a Python module.

PyCrypto
Using the Python Crypto (PyCrypto) library for 3DES and AES encryption.


SQLite
Using SQLite application database for storage, retrieval and authentication of user login details.




PythonCard
Using the PythonCard library for rendering the GUI.