Hello everyone! I’m a big music lover – music has been with me my whole life. That’s probably why I often use the Shazam service – if I like a melody, I Shazam it to find out what wonderful tune is playing (even modern music sometimes has something that touches the soul). And then… What comes next? Continue reading How to download music from Shazam?
Category Archives: Python
How to Restart or Shut Down a Computer Using Python?
My son is growing up, so I decided to launch a series of articles dedicated to small computer pranks using Python 🙂 I deliberately kept the writing style fun… so, dear readers, don’t judge me too harshly 🙂 I did my best! So, let’s go…
Continue reading How to Restart or Shut Down a Computer Using Python?
Python – converter of metric and non-metric units
Hello everyone!
I haven’t coded for almost two months because I didn’t have time. As a result, I’ve forgotten a lot, and some things are on the verge of being forgotten 🙂 To avoid losing what I’ve learned, I quickly put together a calculator that converts between metric and non-metric units. Continue reading Python – converter of metric and non-metric units
Python and DOS attacks using the requests library
Hello everyone! A short post today, inspired by the current situation. We’re going to experiment with DOS attacks using the requests library in Python. Continue reading Python and DOS attacks using the requests library
PyAutoGUI — Working with the Keyboard
Hello everyone! Following up on my post about the basics of working with the PyAutoGUI library for automating actions (in this post, I described this amazing library, explored general examples, and demonstrated working with the mouse) — it’s time (yep, almost a year later) to write about working with the keyboard. Let’s go!