Tim the Webmaster

Internal tools

Tools by tag

ImageThief

Web tool
Django app
Terminal user interface
Scraper
A tool for collecting 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.

ShaderToy

Web tool
Django app
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.

Post editor

Web tool
Django app
This is an online post editor that helps me encapsulate all those blocks and special elements that I use in my articles.
See more ...

Scraper

Bot

GUI

Free Google SERP scraper in python

For Linux
For Windows
Terminal user interface
Scraper
This parser is written in python with minimal dependencies. It parses Google search results using its official API.

Kinopoisk scraper

Terminal user interface
Scraper
This is a single-threaded parser of any filtering and pagination pages of Kinopoisk. That is, those pages in the address of which there is a list slug. Parses data through a proxy, perhaps suitable for moviegoers.

Wildberries scraper

Terminal user interface
Scraper
This is a basic example of a parser for such an online store wildberries. Which avoids detection and blocking using proxy rotation and dynamically collecting data using Selenium.
See more ...

An example of inline telegram bot

Telegram bot
Here you will find files of an example inline telegram bot and everything you need to know about its guts.

RSSReader

Web tool
Terminal user interface
Scraper
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.

Telegram-bot notepad

For Linux
Telegram bot
Terminal user interface
This is a telegram bot notepad where you can create and manage your notes. Filter and group as you wish. It is also easily customizable and supports two languages: Russian, English. https://t.me/NotebookOnMarginalia_bot or @NotebookOnMarginalia_bot
See more ...

Madlib generator - PyTkinter

For Linux
For Windows
With graphical interface
This is a small GUI application for generating funny and silly stories. Written in tkinter.

Hangman - PyTinker

For Linux
For Windows
With graphical interface
This is a small GUI application on python-tkinter. It allows you to play hangman)

ShaderToy

Web tool
Django app
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

How to add sitemap into Django website

Clock
17.04.2025
An eye
28
Hearts
0
Connected dots
0
Connected dots
0
Connected dots
0
In this article, I will describe the simplest and most understandable way to add a sitemap to a Django site. Here you will find three different types of sitemap implementations, …

How to customize yourown 404 and 500 pages in Django

Clock
12.04.2025
An eye
49
Hearts
0
Connected dots
0
Connected dots
0
Connected dots
0
In this article, I will describe the process of customizing pages such as 404 and 500. I will show two main ways to do this and how you can quickly …

How to add the feedback form using Django and HTMx

Clock
11.04.2025
An eye
48
Hearts
0
Connected dots
0
Connected dots
0
Connected dots
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 ...

React

Backend

Bot

Django

History

Django restframework, how to add and how to use

Clock
24.02.2025
An eye
99
Hearts
1
Connected dots
0
Connected dots
0
Connected dots
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 add localization for django website (python, js, templates and models) p. 5

Clock
06.02.2025
An eye
267
Hearts
0
Connected dots
0
Connected dots
0
Connected dots
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, …
See more ...

How to add sitemap into Django website

Clock
17.04.2025
An eye
28
Hearts
0
Connected dots
0
Connected dots
0
Connected dots
0
In this article, I will describe the simplest and most understandable way to add a sitemap to a Django site. Here you will find three different types of sitemap implementations, …

How to customize yourown 404 and 500 pages in Django

Clock
12.04.2025
An eye
49
Hearts
0
Connected dots
0
Connected dots
0
Connected dots
0
In this article, I will describe the process of customizing pages such as 404 and 500. I will show two main ways to do this and how you can quickly …
See more ...

Creating a bot token and initial setup for telegram bot

Clock
14.01.2025
An eye
136
Hearts
0
Connected dots
0
Connected dots
0
Connected dots
0
In this article you will see how I start creating bots for telegram, where I store the token and how I set it up. Including how to enable inline mode …

How to make an inline telegram bot

Clock
10.01.2025
An eye
133
Hearts
0
Connected dots
0
Connected dots
0
Connected dots
0
In this article, you will learn what is the difference between a regular TG bot and inline. How to activate inline mode for a bot and how to make it …
See more ...

How to add sitemap into Django website

Clock
17.04.2025
An eye
28
Hearts
0
Connected dots
0
Connected dots
0
Connected dots
0
In this article, I will describe the simplest and most understandable way to add a sitemap to a Django site. Here you will find three different types of sitemap implementations, …

How to customize yourown 404 and 500 pages in Django

Clock
12.04.2025
An eye
49
Hearts
0
Connected dots
0
Connected dots
0
Connected dots
0
In this article, I will describe the process of customizing pages such as 404 and 500. I will show two main ways to do this and how you can quickly …
See more ...

COBOL, programming language history

Clock
06.12.2024
An eye
540
Hearts
0
Connected dots
0
Connected dots
0
Connected dots
0
In this article you will find changes in the language by year and by version. And also how this language was arrived at and what came of it. Also here …

History of dead programming languages

Clock
22.03.2024
An eye
203
Hearts
0
Connected dots
0
Connected dots
0
Connected dots
0
The world of technology is constantly changing, and programming languages are no exception. Over time, some of them fade into oblivion, leaving behind only lessons and memories.
See more ...

Comments

Notes

Часы Jan. 28, 2025, 7:34 p.m.
Человек Killian Boylan
A story about a boy named walker who owns a farm

It's been a while since I wrote

Clock
18.04.2025
I'm not really consistent, am I? At this moment, I have been working on my new semantic core for this website, VERY detailed. For the future, so to speak. Also, I have been trying to recover from my last vacation; I'm even a little bit missing my work. :)

Well, that was difficult

Clock
13.04.2025
My heart is still pounding. Anyway, I messed up something with the database and some tables in it “broke”. Or rather, django, which wanted to read them, broke. Damn, and that was the easiest part. /_ \ to fix.

Paginator on django with htmx

Clock
04.04.2025
Finished making a paginator for a new site. I added filters to it. In general it works..., but I'm still rustling over it, maybe I can make a more elegant solution for it.
See more ...