diff --git a/README.md b/README.md index 5971389..6b87811 100644 --- a/README.md +++ b/README.md @@ -1 +1,23 @@ # 📢 Pyxpp +![Pyxpp (3)](https://github.com/user-attachments/assets/2bb68d2e-ef5a-40be-acc6-a30ee006e816) + + + + +## 🗿 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.")`` + +output code example: +``main() { + std::cout << "Hello, World!"; +}`` +## :coffin: Installation +Does not exist yet