| 1 |
james |
52 |
Currency 2.10 (09 Mar 2004) |
| 2 |
james |
12 |
|
| 3 |
|
|
Currency is a simple currency convertor. It converts between a list of |
| 4 |
james |
52 |
currencies which can be updated automatically from the internet. |
| 5 |
james |
12 |
|
| 6 |
|
|
________________________________________________________________________________ |
| 7 |
|
|
|
| 8 |
|
|
Installation |
| 9 |
|
|
|
| 10 |
|
|
Currency is written in Python, so requires the Python runtime resources. You |
| 11 |
|
|
can get this from |
| 12 |
|
|
|
| 13 |
james |
54 |
http://python.acorn.de/ |
| 14 |
james |
12 |
|
| 15 |
|
|
(the 'Binaries, Libraries' archive is sufficient). Install it as described in |
| 16 |
|
|
the archive. You are now ready to run Currency. |
| 17 |
|
|
|
| 18 |
|
|
________________________________________________________________________________ |
| 19 |
|
|
|
| 20 |
|
|
Usage |
| 21 |
|
|
|
| 22 |
|
|
Double-click on !Currency to load it to the iconbar. Then click on the |
| 23 |
|
|
icon to open a conversion window. |
| 24 |
|
|
|
| 25 |
|
|
At the top of the window is the currency you are converting from. To change |
| 26 |
|
|
it, click on a currency in the list. Type a value into the icon in the top |
| 27 |
|
|
right and the converted amount will appear next to each currency in the |
| 28 |
|
|
list. |
| 29 |
|
|
|
| 30 |
|
|
You can open more than one conversion window by clicking on the iconbar icon |
| 31 |
|
|
again. The number of decimal places displayed can be altered from the menu |
| 32 |
|
|
from each window. |
| 33 |
|
|
|
| 34 |
|
|
Choosing Update rates... from the menu from a window or the iconbar will |
| 35 |
james |
52 |
open a window. Follow the instructions to update the exchange rates. The rates |
| 36 |
|
|
which are used are updated daily. |
| 37 |
james |
12 |
|
| 38 |
|
|
Interactive help is supported. |
| 39 |
|
|
|
| 40 |
|
|
________________________________________________________________________________ |
| 41 |
|
|
|
| 42 |
james |
52 |
Copyright (c) 2004 James Bursa |
| 43 |
james |
12 |
|
| 44 |
|
|
All rights reserved. |
| 45 |
|
|
|
| 46 |
|
|
Permission is hereby granted, free of charge, to any person obtaining a |
| 47 |
|
|
copy of this software and associated documentation files (the |
| 48 |
|
|
"Software"), to deal in the Software without restriction, including |
| 49 |
|
|
without limitation the rights to use, copy, modify, merge, publish, |
| 50 |
|
|
distribute, and/or sell copies of the Software, and to permit persons |
| 51 |
|
|
to whom the Software is furnished to do so, provided that the above |
| 52 |
|
|
copyright notice(s) and this permission notice appear in all copies of |
| 53 |
|
|
the Software and that both the above copyright notice(s) and this |
| 54 |
|
|
permission notice appear in supporting documentation. |
| 55 |
|
|
|
| 56 |
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
| 57 |
|
|
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 58 |
|
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT |
| 59 |
|
|
OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR |
| 60 |
|
|
HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL |
| 61 |
|
|
INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING |
| 62 |
|
|
FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, |
| 63 |
|
|
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION |
| 64 |
|
|
WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 65 |
|
|
|
| 66 |
|
|
Except as contained in this notice, the name of a copyright holder |
| 67 |
|
|
shall not be used in advertising or otherwise to promote the sale, use |
| 68 |
|
|
or other dealings in this Software without prior written authorization |
| 69 |
|
|
of the copyright holder. |
| 70 |
|
|
|
| 71 |
|
|
________________________________________________________________________________ |
| 72 |
|
|
|
| 73 |
|
|
james.bursa@strcprstskrzkrk.co.uk |
| 74 |
|
|
http://www.strcprstskrzkrk.co.uk/ |
| 75 |
|
|
|
| 76 |
|
|
________________________________________________________________________________ |