Learn how to host your own website using Github Pages! It's super fast AND easy to do!
Tag: tutorial
Creating a Python Bot with Selenium
In this post, I'm going to show you how to create a basic bot that's capable of automating just about any mundane task you need done! What can this bot do? This kind of bot will have such a wide range of possibilities because it is going to be able to do most anything that … Continue reading Creating a Python Bot with Selenium
Asynchronous Server/Client with Python [0x04]: Starting our Client
This week we will be putting together a client that we can use for our project!
Asynchronous Server/Client with Python [0x03]: Client Data & Server Broadcast
In this section we will be adding client tracking and broadcasting capabilities to our Server!