From 4eeba32b1788a8b31f362da01e9bb23cd13de369 Mon Sep 17 00:00:00 2001 From: Shaun Roselt Date: Thu, 3 Aug 2023 12:47:09 +0200 Subject: [PATCH 1/2] Updated Readme to match DelphiFMX4Python repository --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5462172..1857ef5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,16 @@ # DelphiVCL for Python DelphiVCL4Python -Delphi's VCL library as a Python module for building native Windows GUI Applications + +Quick Links:   +[[Installation](https://github.com/Embarcadero/DelphiVCL4Python#installation)]   [[eBook & Styles](https://embt.co/PythonGUIBundle)]   [[Samples](https://github.com/Embarcadero/DelphiVCL4Python/tree/main/samples)]   [[Stack Overflow Q&A](https://stackoverflow.com/questions/tagged/python+vcl)] + +--- +`delphivcl` is a natively compiled Python module powered by the [Python4Delphi library](https://github.com/embarcadero/python4delphi). It gives Python developers access to Delphi's VCL GUI framework and is [freely redistributable](https://github.com/Embarcadero/DelphiVCL4Python/blob/main/LICENSE.md). + +Delphi's VCL library allows for building native Windows GUI Applications. ## [eBook and Styles Bundle](https://embt.co/PythonGUIBundle) -There is an free [eBook and styles bundle](https://embt.co/PythonGUIBundle) with 29 custom styles and 50 pages of content. +There is a free [eBook and styles bundle](https://embt.co/PythonGUIBundle) with 29 custom styles and 50 pages of content. Download the free eBook and Python styles bundle. From 747bc8f2c54c91053a7edd3ba7fc612b72317025 Mon Sep 17 00:00:00 2001 From: Shaun Roselt Date: Thu, 3 Aug 2023 12:50:33 +0200 Subject: [PATCH 2/2] Added "See Also" section --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1857ef5..f54d4b6 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ There is a free [eBook and styles bundle](https://embt.co/PythonGUIBundle) with * Win x86 and x64 from Python cp3.6 to cp3.11 -For other platforms, check out [DelphiFMX4Python](https://github.com/Embarcadero/DelphiFMX4Python). +## See Also -Powered by the Best [Windows IDE](https://www.embarcadero.com/products/delphi) Embarcadero Delphi and the [Python4Delphi library](https://github.com/pyscripter/python4delphi). + - Check out [DelphiFMX4Python](https://github.com/Embarcadero/DelphiFMX4Python) for cross-platform (Windows, MacOS, Linux, Android) Python development. + - Powered by [Embarcadero Delphi](https://www.embarcadero.com/products/delphi) and the [Python4Delphi library](https://github.com/Embarcadero/python4delphi). + - While this redistributable library is covered by the [Embarcadero Freeware License](https://github.com/Embarcadero/DelphiVCL4Python/blob/main/LICENSE.md), all the [source code](https://github.com/Embarcadero/python4delphi) for it is covered by the [MIT License](https://github.com/Embarcadero/python4delphi/blob/master/LICENSE). + - Special thanks to [PyScripter](https://github.com/pyscripter/). + - Sponsored by [Embarcadero](https://www.embarcadero.com/).