Tools related to the following tags: Python. Page 1
A collection of useful tools I've ever created. They were linked and grouped under the following tags: Python. Page 1
Generator and converter of QR codes, as a telegram bot
05.06.2026
06.06.2026
Telegram bot
57
0
0
0
0
A Telegram bot that generates QR codes from entered text and vice versa, and parses QR images back into text. It also features the ability to work inline in other chats (generate QR codes in chats and groups and embed them there)
Django middleware for managing the BTCPay donation links
13.03.2026
16.03.2026
Django app
160
0
0
0
0
This application helps manage all donation links generated on your own Bitcoin node, based on BTCPay Server. It has minimal installation requirements, is managed via database entries, and is easily hosted and placed on your website.
Python script to scrape google search result page(or just links)
15.02.2025
12.02.2026
Scraper
592
0
0
0
0
This parser is written in python to parse Google search result page and links using its official API.
This is a simple parser of both static and dynamic pages from sites. For example, I decided to parse images, because they are the object of optimization for statically created sites. Uses decorators.