Are you looking to share your GitHub repository with the world? Converting a private repository to public can be a great way to collaborate with others and showcase your work. In this step-by-step guide, we'll walk you through the process of making your GitHub repository public. Learn how to update your repository visibility, review your code for sensitive information, and update your collaborators on the change. Get ready to take your coding to the next level with this simple yet effective solution!
Tag: coding
Game Dev Log #1: Getting Started
I'm hoping that by starting a dev log of my game I will be more motivated to keep working on it.
Hosting a Website with Github Pages for Free
Learn how to host your own website using Github Pages! It's super fast AND easy to do!
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 [0x03]: Client Data & Server Broadcast
In this section we will be adding client tracking and broadcasting capabilities to our Server!
How to send text messages with Python for Free
Learn how to quickly and easily send text messages using python for FREE.
Asynchronous Server/Client with Python [0x02]: Logging
In part 0x02, we will be adding a basic logging system to our project using python's built in logging library!