From cfcf886d1ed6f194fc52948349b537e7b7332758 Mon Sep 17 00:00:00 2001 From: DikiyTabureten <125373138+DikiyTabureten@users.noreply.github.com> Date: Fri, 25 Oct 2024 14:05:42 +1000 Subject: [PATCH 1/4] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Первый вариант ReadMe.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 5971389..09eee80 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ # 📢 Pyxpp +![photo_2024-10-25_13-54-08(1)](https://github.com/user-attachments/assets/4ae8e6f4-de0d-45ce-9492-a35cb8802e24) + +## 🗿 Write down what the repository is all about (i.e. what software is in it) + The user inputs their code using c++. Translator takes the input code, creates an input.py file, and runs the python program. The python program generates an output.cpp file containing the translated C++ code. +## :pencil2: Usage example +input code example: +``print("This line will be printed.")`` + +output code example: +``main() { + std::cout << "Hello, World!"; +}`` +## :coffin: Installation +Does not exist yet From 346c2a742133eddc44ea7dfb9c1ec0ebb9861620 Mon Sep 17 00:00:00 2001 From: DikiyTabureten <125373138+DikiyTabureten@users.noreply.github.com> Date: Fri, 25 Oct 2024 14:21:20 +1000 Subject: [PATCH 2/4] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09eee80..383a75e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ # 📢 Pyxpp ![photo_2024-10-25_13-54-08(1)](https://github.com/user-attachments/assets/4ae8e6f4-de0d-45ce-9492-a35cb8802e24) -## 🗿 Write down what the repository is all about (i.e. what software is in it) - The user inputs their code using c++. Translator takes the input code, creates an input.py file, and runs the python program. The python program generates an output.cpp file containing the translated C++ code. +## 🗿 Main information + ### :computer: How it works + The user inputs their code using c++. Translator takes the input code, creates an input.py file, and runs the python program. The python program generates an output.cpp file containing the translated C++ code. + ### :gear: Requirements + Does not exist yet + ## :pencil2: Usage example + input code example: ``print("This line will be printed.")`` From 9cf92ba61f6bf00ed658efc056ee343ce3e9623f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=98=D0=B2?= =?UTF-8?q?=D0=B0=D0=BD=D0=BE=D0=B2?= <116404724+IvanovDIV@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:39:27 +1000 Subject: [PATCH 3/4] =?UTF-8?q?=D0=A1hanging=20the=20banner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 383a75e..3af54ac 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 📢 Pyxpp -![photo_2024-10-25_13-54-08(1)](https://github.com/user-attachments/assets/4ae8e6f4-de0d-45ce-9492-a35cb8802e24) +![Pyxpp (2)](https://github.com/user-attachments/assets/5aaaa1db-5d6c-4ab6-8a23-8a5030e09589) + + ## 🗿 Main information ### :computer: How it works From 1f53222ea59466b9fccb7594bfe2fc5db9bdf4a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=98=D0=B2?= =?UTF-8?q?=D0=B0=D0=BD=D0=BE=D0=B2?= <116404724+IvanovDIV@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:55:38 +1000 Subject: [PATCH 4/4] Change banner --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3af54ac..6b87811 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # 📢 Pyxpp -![Pyxpp (2)](https://github.com/user-attachments/assets/5aaaa1db-5d6c-4ab6-8a23-8a5030e09589) +![Pyxpp (3)](https://github.com/user-attachments/assets/2bb68d2e-ef5a-40be-acc6-a30ee006e816) +