Skip to content

Commit

Permalink
Merge pull request #3 from ZZHow1024/develop
Browse files Browse the repository at this point in the history
Develop: Improve the README document
  • Loading branch information
ZZHow1024 authored Jul 13, 2024
2 parents 8895171 + 401063f commit 7158fbc
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 5 deletions.
54 changes: 49 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,50 @@
# 神奇计算器1.0.0
Features:
# [Java项目]神奇计算器_MagicCalculator(中文说明)

1. 两个数之间的四则运算。
2. 两个数之间的模运算。
3. 支持计算小数。
[**English**](README_EN.md)

学习 JavaFX 的小项目

---

Website:

[[Java项目]神奇计算器_MagicCalculator | ZZHow](https://www.zzhow.com/MagicCalculator)

Source Code:

https://github.com/ZZHow1024/MagicCalculator

Releases:

https://github.com/ZZHow1024/MagicCalculator/releases

---

## 使用说明

- 确定您使用的操作系统
- Windows:
- 选择 .zip压缩包/.exe安装包/.msi安装包
- Linux:
- 选择 .deb安装包/.rpm安装包
- macOS:
- 选择 .dmg磁盘镜像/.pkg安装包
- 下载对应的文件
- Windows 可直接运行 .zip 压缩包中的 .exe 可执行程序或选择 .exe 安装包与 .msi 安装包执行安装操作,Linux 和 macOS 需要执行安装操作后再运行

---

## 功能介绍

- MagicCalculator1.0.0
- 两个数之间的四则运算
- 两个数之间的模运算
- 支持计算小数

---

## **效果图**

![MagicCalculator1.0.0](https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F4b165318-6383-451c-8845-110b786c9f0a%2F9dbb7ccb-58ee-4516-ba4f-cafa5c052e08%2FMagicCalculator1.0.0.png?table=block&id=6e6b2017-4f61-4eff-95aa-918eec6296aa&t=6e6b2017-4f61-4eff-95aa-918eec6296aa&width=692&cache=v2)

MagicCalculator1.0.0
50 changes: 50 additions & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# [Java Project]MagicCalculator(English)

[**中文说明**](README.md)

Small project to learn JavaFX

---

Website:

[[Java Project]MagicCalculator_EN | ZZHow](https://www.zzhow.com/MagicCalculatorEN)

Source Code:

https://github.com/ZZHow1024/MagicCalculator

Releases:

https://github.com/ZZHow1024/MagicCalculator/releases

---

## **Instructions for use**

- Determine the operating system you are using
- Windows:
- Select .zip package/.exe installation package/.msi installation package
- Linux:
- Select .deb installation package/ .rpm installation package
- macOS:
- Select .dmg disk image/ .pkg installation package
- Download the corresponding file.
- Windows users can directly run the .exe executable program in the .zip compressed package or select the .exe installation package and .msi installation package to perform the installation operation. Linux and macOS users need to perform the installation operation before running

---

## Function Introduction

- MagicCalculator1.0.0
- Four arithmetic operations between two numbers.
- Modulo operation between two numbers.
- Supports calculation of decimals.

---

## **Renderings**

![MagicCalculator1.0.0](https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F4b165318-6383-451c-8845-110b786c9f0a%2F9dbb7ccb-58ee-4516-ba4f-cafa5c052e08%2FMagicCalculator1.0.0.png?table=block&id=009fa3db-3237-41a2-88ca-e98e7b794e96&t=009fa3db-3237-41a2-88ca-e98e7b794e96&width=692&cache=v2)

MagicCalculator1.0.0

0 comments on commit 7158fbc

Please sign in to comment.