|
1 | 1 | # Basic_Maths |
2 | 2 |
|
3 | | -Türkçe: |
| 3 | + |
| 4 | + |
4 | 5 |
|
5 | | -* Python için matematiksel fonksiyonları tanımlar bu sayede daha kolay bir şekilde matematiksel işlemleri gerçekleştirebilirsiniz. |
6 | | -* Önceden tanımlanmış matematiksel fonksiyonlar sayesinde yeniden tanımlamanıza gerek kalmaz bu sayede geliştirme sürecinizi kısaltır. |
7 | | -* Önceden tanımlanmış matematiksel fonksiyonlar sayesinde hem daha az satır hem de anlaşılır bir kod yazmış olursunuz. |
8 | | -* Sürekli güncel kalır bu sayede sürekli yeni özellikler eklenir ve hata varsa bunlar çözülür. |
9 | | -* En iyi kullanıcı deneyiminiz için "Basic_Maths" kütüphanesinin her zaman en son sürümünü kullanınız. |
| 6 | +--- |
10 | 7 |
|
11 | | -English: |
| 8 | +**Basic_Maths** is a lightweight, minimal, and easy-to-use Python library designed for performing basic mathematical operations quickly and simply, without unnecessary complexity. |
| 9 | +> 📅 Release date: **October 3, 2023** |
| 10 | +> 📦 Initial release: **Basic_Maths 1.2** |
| 11 | +> 📦 Current version: **Basic_Maths 6.3** |
| 12 | +> 📦 Next release: **Basic_Maths 6.5** |
| 13 | +> ⏳ Next release status: **It's not under development...** |
| 14 | +> 🛠️ Next release type: **Uncertain** |
12 | 15 |
|
13 | | -* Defines mathematical functions for Python so that you can perform mathematical operations more easily. |
14 | | -* With predefined mathematical functions, you do not need to redefine them, thus shortening your development process. |
15 | | -* Thanks to predefined mathematical functions, you will write both fewer lines and understandable code. |
16 | | -* It is always up to date, so new features are constantly added and if there are bugs, they are solved. |
17 | | -* Always use the latest version of the “Basic_Maths” library for the best user experience. |
| 16 | +--- |
18 | 17 |
|
19 | | -# How to use? |
| 18 | +## 🖥️ Features |
20 | 19 |
|
21 | | -Türkçe: |
| 20 | +- ✅ Basic_Maths is an easy to use library with a simple syntax. |
22 | 21 |
|
23 | | -Basic_Maths kütüphanesini projenize dahil etmek için öncelikle dikkat etmeniz gerekenler: |
24 | | -* Basic_Maths kütüphanesini indirin ve çıkarma işlemini gerçekleştiriniz. |
25 | | -* Ardından Basic_Maths klasörünü projenize taşıyınız. |
| 22 | +--- |
26 | 23 |
|
27 | | -Projeye dahil etme: |
| 24 | +## 📚 About |
| 25 | + |
| 26 | +📐 Basic_Maths is a library of mathematical functions for Python. |
| 27 | +With this library, your mathematical operations become much easier, faster and easier to understand. |
| 28 | +➕ Predefined functions prevent you from rewriting code, thus reducing your development time and simplifying your code. |
| 29 | +🔄 The library is constantly updated; new features are added, existing bugs are quickly resolved. |
| 30 | +🚀 For the best experience we always recommend using the latest version of **Basic_Maths**. |
28 | 31 |
|
29 | | -```Python |
30 | | -#!/usr/bin/python3 |
31 | | - |
32 | | -import basic_maths |
33 | | -``` |
34 | | -işte Basic_Maths kütüphanesini projenize dahil etmek bu kadar kolay. |
35 | | - |
36 | | -English: |
| 32 | +--- |
37 | 33 |
|
38 | | -To include the Basic_Maths library in your project, first things first: |
39 | | -* Download the Basic_Maths library and extract it. |
40 | | -* Then move the Basic_Maths folder to your project. |
| 34 | +## 🚀 How to Use? |
41 | 35 |
|
42 | | -Inclusion in the project: |
| 36 | +1. Download and extract the Basic_Maths library [from here](https://github.com/LinuxUsersLinuxMint/Basic_Maths/releases). |
| 37 | +2. Move the `Basic_Maths` folder to your project directory. |
| 38 | +3. Include it in your project as follows: |
43 | 39 |
|
44 | | -```Python |
| 40 | +```python |
45 | 41 | #!/usr/bin/python3 |
46 | 42 |
|
47 | 43 | import basic_maths |
48 | | -``` |
49 | | -That's how easy it is to include the Basic_Maths library in your project. |
0 commit comments