https://github.com/wichmann/currencycalculator
A simple pyQt application to calculate values in different currencies.
https://github.com/wichmann/currencycalculator
Last synced: 9 months ago
JSON representation
A simple pyQt application to calculate values in different currencies.
- Host: GitHub
- URL: https://github.com/wichmann/currencycalculator
- Owner: wichmann
- License: gpl-3.0
- Created: 2013-08-07T08:05:45.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-12-10T14:04:39.000Z (over 8 years ago)
- Last Synced: 2025-03-28T07:23:18.633Z (over 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Währungsrechner
## Installation
1) Python (http://python.org/) installieren
2) GUI-Bibliothek PyQt5 installieren: pip install pyqt5
3) Datei currencyCalculator.py mit Idle öffnen
4) Ausführen
## Lizenz
This project is licensed under GPL version 3.0 or newer. You can find the license at www.gnu.org/licenses/gpl.html.