From 5d93a4a9bfbbb8049f29610ab4a73af85930451c Mon Sep 17 00:00:00 2001 From: Survivalful Date: Wed, 25 Mar 2026 12:45:18 +0000 Subject: [PATCH] Update README.md --- README.md | 125 +++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 95 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index dd49ca8..34239da 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ๐Ÿงฎ SurvivalCalc +# ๐Ÿงฎ Survivalcalc A modern desktop calculator with advanced features for area and volume calculations, built with Python and Tkinter. @@ -6,48 +6,103 @@ A modern desktop calculator with advanced features for area and volume calculati ## โœจ Features -* ๐Ÿ”ข Standard calculator -* ๐Ÿ“ Area calculations: - - * Square, rectangle, circle - * Triangle, trapezoid - * Cylinder, sphere, cone -* ๐Ÿ“ฆ Volume calculations: - - * Cube, rectangular prism - * Cylinder, cone, sphere - * Tetrahedron, trapezoidal prism -* ๐ŸŒ™ Dark mode -* ๐ŸŒ Multi-language support (German / English) -* ๐Ÿ“ Unit system (mm, cm, m, km) -* ๐Ÿ”„ Adjustable rounding -* ๐Ÿ•“ Calculation history (SQLite database) -* โš™๏ธ Persistent settings +* ๐Ÿ”ข **Standard Calculator** โ€“ Basic arithmetic with real-time computation +* ๐Ÿ“ **Area Calculations** โ€“ Square, rectangle, circle, triangle, trapezoid, cylinder, sphere, cone +* ๐Ÿ“ฆ **Volume Calculations** โ€“ Cube, rectangular prism, cylinder, cone, sphere, tetrahedron, trapezoidal prism +* ๐ŸŒ™ **Dark Mode** โ€“ Toggle between light and dark themes +* ๐ŸŒ **Multi-Language Support** โ€“ German (DE) and English (EN) +* ๐Ÿ“ **Unit System** โ€“ Support for mm, cm, m, km with automatic conversion +* ๐Ÿ”„ **Adjustable Rounding** โ€“ Configure decimal places (0โ€“20) +* ๐Ÿ•“ **Calculation History** โ€“ Track last 3 calculations with SQLite storage +* โš™๏ธ **Persistent Settings** โ€“ All preferences saved automatically +* โŒจ๏ธ **Keyboard Support** โ€“ Full keyboard shortcuts for calculator operations --- ## ๐Ÿš€ Installation -1. Download the latest release (`install.exe`) +1. Download **Survivalcalc_Installer.exe** 2. Run the installer -3. Follow the setup instructions -4. Launch **SurvivalCalc** +3. Select your language (Deutsch / English) +4. Follow the setup wizard +5. Choose optional shortcuts (Start Menu, Desktop) +6. Launch **Survivalcalc** from your shortcuts + +**No additional setup required!** --- -## ๐Ÿง  Technologies +## ๐ŸŽฎ Quick Start -* Python -* Tkinter (GUI) -* SQLite (history storage) -* JSON (settings) +### Calculator +- Use on-screen buttons or keyboard numbers +- Press `=` or `Enter` to calculate +- Press `AC` or `Escape` to clear +- Use `Backspace` to delete last digit + +### Shape Calculations +1. Open **Shapes** menu +2. Select area or volume calculation +3. Choose radius or diameter (if applicable) +4. Enter your dimensions +5. Select your units +6. Results update automatically + +### Settings +- Toggle dark mode +- Enable/disable rounding +- Change default units +- Switch languages +- Manage calculation history + +--- + +## ๐Ÿ› ๏ธ Technologies + +* **Python** โ€“ Core application +* **Tkinter** โ€“ Cross-platform GUI +* **SQLite** โ€“ Calculation history storage +* **JSON** โ€“ Settings persistence + +--- + +## ๐Ÿ’ป System Requirements + +* **OS**: Windows 7 or later +* **RAM**: 50 MB minimum +* **Disk Space**: 10 MB +* **Internet**: Required for initial download only + +--- + +## โŒจ๏ธ Keyboard Shortcuts + +| Key | Action | +|-----|--------| +| `0โ€“9` | Number input | +| `+`, `โˆ’`, `ร—`, `รท` | Operations | +| `.` | Decimal point | +| `Enter` / `=` | Calculate | +| `Escape` / `C` | Clear | +| `Backspace` | Delete last digit | + +--- + +## ๐Ÿ—‘๏ธ Uninstallation + +### Windows +1. Go to **Settings โ†’ Apps โ†’ Apps & Features** +2. Find **Survivalcalc** +3. Click **Uninstall** + +Or run **Survivalcalc_Uninstaller.exe** directly. --- ## ๐Ÿ“ฌ Support -* ๐ŸŒ Website: https://Survivalful.de/ -* ๐Ÿ“ง Email: [team@survivalful.de](mailto:team@survivalful.de) +* ๐ŸŒ **Website**: https://Survivalful.de/ +* ๐Ÿ“ง **Email**: [team@survivalful.de](mailto:team@survivalful.de) --- @@ -57,6 +112,16 @@ MIT License ยฉ 2026 Survivalful --- -## โญ๏ธ Support the Project +## ๐Ÿ“Š Version Info -If you like this project, consider giving it a โญ on GitHub! +* **Version**: 1.0.0 +* **Release**: 24.03.2026 +* **Status**: Stable + +--- + +## โญ Support the Project + +If you like Survivalcalc, consider sharing it with others! + +**Enjoy calculating!** ๐ŸŽฏ