Tim the Webmaster
Internal tools
Tools by tag
Internal tools (web tools), this is what I call tools that work directly on the site and thanks to the site.
These tools have some general limitations, related mainly to the current hosting (the resources it can allocate to the site)
and the overall design of the site, which I must adhere to.
An online web tool to scrape all images from a whole website is either a list of pages or one single page. With the option to use this tool as a Python script on your own computer, Using this tool as a Django app. And, for sure, as a usual online tool, which will always be accessible for you.
This tool is a web version and skin for my library for parsing links from websites. This library has several more skins, such as a CLI script, a GUI application, a Telegram bot and as a regular python library (link-thief) available through PyPI.
Online tool to scrape text, headers and source code (just use CSS selector) from websites, web pages and lists of pages. With subsequent basic processing, which includes the number of words, the number of unique words and collecting a list of the frequency of occurrence of these words in the text.
See more ...
Tools sorted by tags. These tools were grouped by tags depending on the stack of technologies required to create them or the platform for which they were developed. Most of these tools require installation and preliminary configuration.
Scraper
Bot
GUI
Online tool to scrape text, headers and source code (just use CSS selector) from websites, web pages and lists of pages. With subsequent basic processing, which includes the number of words, the number of unique words and collecting a list of the frequency of occurrence of these words in the text.
This tool is a web version and skin for my library for parsing links from websites. This library has several more skins, such as a CLI script, a GUI application, a Telegram bot and as a regular python library (link-thief) available through PyPI.
This parser is written in python to parse Google search result page and links using its official API.
See more ...
Here you will find files of an example inline telegram bot and everything you need to know about its guts.
This online tool allows you to read and subscribe to RSS feeds for free and without limitation. You can also aggregate any number of feeds.
Online tool to scrape text, headers and source code (just use CSS selector) from websites, web pages and lists of pages. With subsequent basic processing, which includes the number of words, the number of unique words and collecting a list of the frequency of occurrence of these words in the text.
See more ...
This is a small GUI application for generating funny and silly stories. Written in tkinter.
This is a small GUI application on python-tkinter. It allows you to play hangman)
This is a shader editor that allows you to edit both fragment and vertex shaders. Thus allowing you to study linear algebra by introducing your own vectors and matrices. While getting the result on the screen.
See more ...
Latest articles
Articles by tag
The Complete History of the Java Programming Language
10.06.2025
34
0
0
0
0
In this article I will describe how the Java language (originally Oak) appeared. I will tell you about the company that created it—Sun Microsystems, about the company that currently owns …
Tutorial about how to add Django sitemap to website
17.04.2025
135
0
0
0
0
In this article, I will describe the simplest and most understandable way to add a sitemap to a Django site via generator. Here you will find three different types of …
How to make 404 and 500 error pages in Django
12.04.2025
146
0
0
0
0
In this article, I will describe how to make custom errors pages such as 404 and 500. I will show two main ways to do this and how you can …
See more ...
React
Bot
Django
History
How to implement yourown API using Django rest framework
24.02.2025
186
1
0
0
0
This article describes the process of setting up and adding a REST framework to a site written in Django. It is added in order to build an API for access …
How to implement localization and translation for django website (python, js, templates and models) p. 5
06.02.2025
364
0
0
0
0
In this article, I will show how you can add localization and translations to a Django website(i18n). We will translate Python, JS code, as well as templates and Django-models. Plus, …
An example of the integration of Django with allauth. Frontend on ReactJS
31.01.2025
230
0
0
0
1
In this article I will describe the process of integrating allauth into a Django project. Frontend is handled by React. I will configure a registration and an authorization process by …
See more ...
How to get a telegram bot token and initial setup for telegram bot
14.01.2025
253
0
0
0
0
In this article you will see how I get the telegram bot token (via bot father), where I store the token and how I set it up
How to turn on the telegram bot’s inline mode, and how to build one
10.01.2025
311
0
0
0
0
How to implement an inline telegram bot or activate inline mode for an already existing Telegram bot and how to use it. The entire example code is available, and the …
Types and features of Telegram bots
22.12.2024
316
0
0
0
0
Here you will learn the classification of telegram bots and the capabilities they have
See more ...
Tutorial about how to add Django sitemap to website
17.04.2025
135
0
0
0
0
In this article, I will describe the simplest and most understandable way to add a sitemap to a Django site via generator. Here you will find three different types of …
How to make 404 and 500 error pages in Django
12.04.2025
146
0
0
0
0
In this article, I will describe how to make custom errors pages such as 404 and 500. I will show two main ways to do this and how you can …
How to implement the feedback form in Django and HTMx
11.04.2025
187
0
0
0
0
In this article, I will describe the way to add on your Django website feedback form using only HTMx and a little bit of DaisyUI as a UI library. Everything …
See more ...
The Complete History of the Java Programming Language
10.06.2025
34
0
0
0
0
In this article I will describe how the Java language (originally Oak) appeared. I will tell you about the company that created it—Sun Microsystems, about the company that currently owns …
History of COBOL, its versions, and first appearance
06.12.2024
1036
0
0
0
0
About the history of the development, origin, and first appearance COBOL programming language. You could scroll through the history of COBOL by its versions and features.
History of obsolete(dead) programming languages
22.03.2024
404
0
0
0
0
This article is about the history of obsolete (extinct) programming languages. Why are they extinct, and what languages are supposed to be dead by definition?
See more ...
Comments
Notes
Here I collect all the latest comments on the site.
This is a block of all the latest notes written by me. Notes, in my case, can be considered a kind of journal, where I can note certain events
that happened to me or to the site. Sometimes I just want to write something, but creating a separate article for 5 lines ... I think this is too much.
The end of first round of optimisation a meta tags
21.05.2025
SMIL 3.0 or working on SVG animations
17.05.2025
Renovation for tools
03.05.2025
See more ...