Skip to content

Commit 406a7bc

Browse files
authored
Update README.md
1 parent 7445be7 commit 406a7bc

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

README.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1+
![GitHub](https://img.shields.io/github/license/techvio1/Pycalc-Project)
2+
![GitHub language count](https://img.shields.io/github/languages/count/techvio1/Pycalc-Project)
3+
![GitHub top language](https://img.shields.io/github/languages/top/techvio1/Pycalc-Project)
4+
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/techvio1/Pycalc-Project)
5+
![GitHub repo size](https://img.shields.io/github/repo-size/techvio1/Pycalc-Project)
6+
![GitHub issues](https://img.shields.io/github/issues/techvio1/Pycalc-Project?color=red)
7+
![GitHub closed issues](https://img.shields.io/github/issues-closed/techvio1/Pycalc-Project)
8+
![GitHub pull requests](https://img.shields.io/github/issues-pr/techvio1/Pycalc-Project?color=red)
9+
![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/techvio1/Pycalc-Project)
10+
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/techvio1/Pycalc-Project/CLI-Stable)
11+
![GitHub watchers](https://img.shields.io/github/watchers/techvio1/Pycalc-Project?style=social)
12+
![GitHub Repo stars](https://img.shields.io/github/stars/techvio1/Pycalc-Project?style=social)
13+
114
> # PyCalc-Project
215
3-
> # A Powerful Calculator Written in Python
16+
# A Powerful Calculator Written in Python
417

5-
> # Operations:
18+
# Operations:
619

720
* Addition: +
821
* Subtraction: -
@@ -12,10 +25,10 @@
1225
* Exponentiation: **
1326
* Floor division: //
1427

15-
> # Dependicies: #
16-
Python 3.x
28+
# Dependicies: #
29+
* Python 3.x
1730

18-
> # How To Get The Program And Run it:
31+
# How To Get The Program And Run it:
1932

2033
## for now, we didn't developed a setup for using the program directly, you can use the classical way:
2134

@@ -35,16 +48,14 @@ Example on Windows:
3548

3649
python3 C:\Users\YourUsernameOnWindows\Downloads\Pycalc-Project\main.py
3750

38-
> These Are Just Examples
39-
40-
> ## if it's not working check your installed version of python (make sure you have python 3.x)
51+
## if it's not working check your installed version of python (make sure you have python 3.x)
4152

4253
> Supported Devices:
4354
4455
* Linux
4556
* Windows
4657
* Android (Coming Soon)
4758

48-
> License:
59+
License:
4960

5061
MIT License: https://mit-license.org/

0 commit comments

Comments
 (0)