DelphiPythonPython GUIWindows

What You Need To Automatically Scrape Instagram Posts

In this post, you’ll learn how to build Instagram scrapers to automate your information retrieval and build a nice GUI using Best Web Scraping Tools python. You can build scalable Instagram scrapers and many automation functionalities easily by combining Instaloader and Python4Delphi library, inside Delphi and C++Builder. What is Instaloader? Instaloader is a tool to download…
Read more
DelphiLearn PythonPythonPython GUIRAD Studio

How To Sign and Verify Cryptographic Messages In Your Apps

In this post, you’ll learn more about Python, which offers various built-in algorithms for cryptographic tasks.We’ll also demonstrate hmac: One of the built-in algorithms for cryptographic tasks, used for cryptographic message signing and verification using Python and run it in the Python Debugging Tools by Python4Delphi to get the results. The hmac module implements keyed-hashing…
Read more
DelphiDelphiVCLPythonPython GUIWindows

This Is The DelphiVCL.Application.ModalLevel Property

What is the DelphiVCL.Application.ModalLevel Property? In this post, you’ll learn more about ModalLevel or DelphiVCL.Application.ModalLevel property that gives the number of currently open modal forms. ModalLevel is a read-only property that gives the number of modal forms which are currently open. Any call to ModalStarted increments the value of ModalLevel, while each call to…
Read more
DelphiDelphiVCLPythonPython GUIWindows

This Is The DelphiVCL.Application.Minimize Method

In this post, you’ll learn more about Minimize or DelphiVCL.Application.Minimize method is used to shrink an application to the Windows taskbar.Learning more about the Minimize method will enable you to quickly create applications that allow you to minimize a form or window using Python script writer. Call Minimize to minimize the application. When the user minimizes the application, the…
Read more