Skip to content

Commit 67043ca

Browse files
authored
Update README.md
1 parent 81248c1 commit 67043ca

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

README.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
PyCalc-CE : A Simple and Lightweight Calculator. Now in C#!
1+
<p align="center">
2+
<img src="https://github.com/Chill-Astro/PyCalc-CE/blob/main/PyCalc-CE.ico" width="128px" height="128px" alt="Calculator Logo">
3+
</p>
4+
<h1 align="center">PyCalc-CE v1.1</h1>
25

3-
CE - C# [ CSharp ] Edition
6+
PyCalc - C# Edition [ CE ] is a spin of PyCalc but written fully in C#! It's easy to publish to various OSes and Architectures.
47

5-
Features Include :
8+
## Key Features :
69

710
- Dozens of Calculation Options ✅
811
- Extemely Lightweight [It's a Terminal-based App]. ✅
@@ -12,18 +15,29 @@ Features Include :
1215
- Update check Support. ✅
1316
- Fully Self-Contained so no .NET 8.0 Runtime Needed! [ At the Cost of File Size. ]. ✅
1417

15-
To Run on Linux :
18+
---
1619

17-
`chmod +x /path/PyCalc-CSE ` and then `/path/PyCalc-CSE` <-- Replace path with the actual directory.
20+
## To Run on Linux :
1821

19-
Preview [ FEDORA 42 VM ] :
22+
chmod +x /path/PyCalc-CSE
23+
24+
Replace path with the actual directory.
25+
26+
/path/PyCalc-CSE
27+
28+
29+
---
30+
31+
## Preview [ FEDORA 42 VM ] :
2032

2133
![image](https://github.com/user-attachments/assets/99e1b376-a8ce-4437-96ed-c8f676e6c8dc)
2234

23-
Installation and Requirements :
35+
---
36+
37+
## Installation and Requirements :
2438

2539
- Any system with .NET SDK installed [ For building ].
2640
- Build the file in any IDE / Code Editior.
2741
- No installation needed if using PyCalc-CE.exe on Windows Systems or PyCalc-CE for Linux Systems!
2842

29-
Simple! Powerful! Lightweight!
43+
---

0 commit comments

Comments
 (0)