From 0be4d6bce40707e80a3929d4a5b8c4d3d7f94d67 Mon Sep 17 00:00:00 2001 From: snipe <72265661+notsniped@users.noreply.github.com> Date: Tue, 27 Sep 2022 15:54:56 +0530 Subject: [PATCH 1/4] Use NKA README template for README.md --- README.md | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa7c1da..7db2516 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,28 @@ -# pyterm - The Python-based OSS version of zsh +

+ +

+ +

PyTerm, the Python-based OSS GNU/Linux terminal.

+ +### ***PyTerm is available for GNU/Linux distrobutions as an executable. [Click here to see latest release](https://github.com/PyBotDevs/pyterm/releases/latest)*** + +![LICENSE](https://img.shields.io/github/license/PyBotDevs/pyterm?style=for-the-badge) +[![Discord](https://img.shields.io/discord/880409977074888714?color=%235865F2&label=Discord&logo=discord&logoColor=%23fffz&style=for-the-badge)](https://discord.gg/b5pz8T6Yjr) +![Stars](https://img.shields.io/github/stars/PyBotDevs/pyterm?style=for-the-badge) + +[![CodeFactor](https://www.codefactor.io/repository/github/PyBotDevs/pyterm/badge)](https://www.codefactor.io/repository/github/pybotdevs/isobot-lazer) + +PyTerm is a light-weight Python-based OSS terminal developed by the [NKA Development Team](https://github.com/PyBotDevs), as an alternative to bash, zsh or fish terminals. It is made with os library implementation. + +This project is made as a professional terminal which is also easy to use for the general majority of GUI users. (GUI coming soon...) + +## How can I help? +***PLEASE SUBMIT ISSUES AND PULL REQUESTS TO THE REPOSITORY!*** It helps us make our work easier c: + +## When can I expect a fully-made version? +After I get a life lol + +## When the project's development is complete, what will happen? +Hopefully, if we can finish majority of development for this terminal as a CLI interface, we will also start making some windowed GUI parts of PyTerm for even easier use. + +
NKA 2022 | README.md | Check LICENSE in root folder for GPL3.0 license | Python | More features/details/documentation coming soon.
From 1e7ebbe3c81f679c9266fc2894bac43d882bc3b1 Mon Sep 17 00:00:00 2001 From: snipe <72265661+notsniped@users.noreply.github.com> Date: Tue, 27 Sep 2022 16:13:43 +0530 Subject: [PATCH 2/4] Add new PyTerm logo to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7db2516..451d434 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

PyTerm, the Python-based OSS GNU/Linux terminal.

From 41d8058308961c9f259d702b4654922f0018232a Mon Sep 17 00:00:00 2001 From: snipe <72265661+notsniped@users.noreply.github.com> Date: Tue, 27 Sep 2022 16:14:59 +0530 Subject: [PATCH 3/4] Downsize PyTerm logo I downsized it because in the beginning it looked WAY too big. I think with 400px width it looks better now :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 451d434..45326e1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

PyTerm, the Python-based OSS GNU/Linux terminal.

From 97838aeb5fe02a28a70d80fea1452df77981b53e Mon Sep 17 00:00:00 2001 From: snipe <72265661+notsniped@users.noreply.github.com> Date: Tue, 27 Sep 2022 16:15:34 +0530 Subject: [PATCH 4/4] Fix wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45326e1..831345d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This project is made as a professional terminal which is also easy to use for th ***PLEASE SUBMIT ISSUES AND PULL REQUESTS TO THE REPOSITORY!*** It helps us make our work easier c: ## When can I expect a fully-made version? -After I get a life lol +When I get a life lol ## When the project's development is complete, what will happen? Hopefully, if we can finish majority of development for this terminal as a CLI interface, we will also start making some windowed GUI parts of PyTerm for even easier use.