[HTML] Make a Button to Copy Text
I have always wanted to make a button to copy the text of a html block, that can help a project I am developing very well. Therefore, I studied it today and recorded it.
Read More »[HTML] Make a Button to Copy TextI have always wanted to make a button to copy the text of a html block, that can help a project I am developing very well. Therefore, I studied it today and recorded it.
Read More »[HTML] Make a Button to Copy TextToday I want to record how to hide the text in the html block. The reason why I want to make this function is because I want to write a copy text function, but the text part is not intended to be displayed on the screen.
Read More »[HTML] Hide the text in the blockThe last experience note recorded the use of render_template() to render html files through the Flask framework, so today I will briefly record how to interact with html through request.
Read More »[Python] Flask Study Notes (3): Get and Post commands in request methodWhen we using Flask framework to develop a web page, we can use render_template()
function to render html web page.
Route is the function we use to register the URML in Flask.
Read More »[Python] Flask Study Notes (1): Introduction of RouteI have always wanted to make a tool website, so I started to learn basic HTML knowledge.
Read More »[Python] Flask Study Notes (0): Create a basic static web pageI have been trying to create a simple desktop clock before, and thanks to that, I have learned a lot about PyQt5, a framework for making interface in Python.
Read More »[PyQt5] How to avoid the developed interface from displaying icons in the sidebar of the desktopRecently, I have been looking for a long time how to display the HTML page I wrote in the WordPress blog, and actually tested a few methods. At present, I have recorded the simpler method so that I can use this method in the tuture.
Read More »[WordPress] Put your own HTML page on WordPressAs mentioned in the title, when we use PyQt5 compose the interface, we often need another sub-window that is different from the main window. It may be a different function, it may be a setting of the main program … anything is possible.
Read More »[PyQt5] Open another window in the main windowWhen working with pictures today, I accidentally found that there is no any picture processing program like MS Painter on my Linux computer. In the process of searching, I found KolourPaint, a good free software.
Read More »[Linux] An Application Similar to MS Painter: KolourPaint