From b751bec92eeca433c21a570adf7dd117140dc689 Mon Sep 17 00:00:00 2001 From: YashovardhanSingh <63940326+YashovardhanSingh@users.noreply.github.com> Date: Fri, 2 Oct 2020 10:44:43 +0530 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f3945372..8e83ad6e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![P4D Logo](https://github.com/pyscripter/python4delphi/wiki/Images/Python4Delphi(wide-transparent).png) -[Python](https://www.python.org) for Delphi (P4D) is a set of free components that wrap up the Python dll into Delphi and Lazarus (FPC). They let you easily execute Python scripts, create new Python modules and new Python types. You can create Python extensions as dlls and much more. P4D provides different levels of functionality: +[Python](https://www.python.org) for [Delphi](https://www.delphi.com/) (P4D) is a set of free components that wrap up the Python DLL into Delphi and Lazarus (FPC). They let you easily execute Python scripts, create new Python modules and new Python types. You can create Python extensions as DLLs and much more. P4D provides different levels of functionality: * **Low-level access to the python API** * **High-level bi-directional interaction with Python** @@ -8,9 +8,9 @@ * **Wrapping of Delphi objects for use in python scripts using RTTI (WrapDelphi.pas)** * **Creating python extension modules with Delphi classes and functions** -P4D makes it very easy to use python as a scripting language for Delphi applications. It comes with an extensive range of demos and tutorials. +P4D makes it very easy to use python as a scripting language for Delphi applications. It also comes with an extensive range of demos and tutorials. -### How to use Python for Delphi ### +### How to use Python4Delphi ### The best way to learn about how to use Python for Delphi is to try the extensive range of demos available. Also studying the unit tests for VarPyth and WrapDelphi can help understand what is possible with these two units. @@ -21,4 +21,7 @@ The best way to learn about how to use Python for Delphi is to try the extensive ### Learn about Python for Delphi - [Tutorials](https://github.com/pyscripter/python4delphi/tree/master/Tutorials) -- [Demos](https://github.com/pyscripter/python4delphi/tree/master/Demos) \ No newline at end of file +- [Demos](https://github.com/pyscripter/python4delphi/tree/master/Demos) + +### [License](https://github.com/pyscripter/python4delphi/blob/master/LICENSE) +The project is licensed under the MIT license.