7Zip Compression/Decompression Using Python 3 and py7zr

Default Featured Image

In this tutorial, you will learn how to use Python 3 and py7zr to perform 7Zip Compression/Decompression. How to Install py7zr? How to use py7zr in CLI? You can run the below-mentioned py7zr commands according to your specific requirements. List archive contents Extract archive Extract archive with password Create and compress to archive Create multi-volume … Read more

C++ OpenGL 2D Bubble Shooter Game Source Code

Default Featured Image

Today, I will show you how to create a 2D bubble shooter game using C++ and OpenGL. This program will definitely help you learn C++ game development. The complete source code of the 2D Bubble Shooter Game written in C++ is given below. C++ Bubble Shooter Game Code code.cpp

JavaScript WebRTC Video Recorder and Download as MP4 Video

JavaScript WebRTC Video Recorder

In this tutorial, I will teach you how to make a Javascript WebRTC Video Recorder. You can also play/download the recorded MP4 video file. The complete source code of our Javascript WebRTC Video Recorder is given below. Javascript WebRTC Video Recorder Source Code index.html style.css script.js Run the Project Open the index.html file using a … Read more

Create JavaScript Weather App Using OpenWeather API

JavaScript Weather App

Today, I will teach you how to make a JavaScript Weather App with custom icons using OpenWeather API. The complete source code of this tutorial is given below. So, you can simply download it and try it yourself. JavaScript Weather App Screenshot Get Free OpenWeather API Key Before writing any code, you need to get … Read more

42 React.js Telegram Channels, Groups, Bots For Programmers

React.js Telegram Channels, Groups, Bots

Telegram provides a great means of communication between different individuals and groups. So, many professional React.js programmers/developers have created Telegram Channels, Groups, and Bots to help beginners. In this article, I’ve compiled a list of the best React.js Telegram Channels, Groups, and Bots For Programmers. React.js Telegram Channels and Groups Name Description URL FrontEnd Development … Read more

How to Make a Python Sitemap Generator?

Python Sitemap Generator

In this tutorial, we will use Python 3 and the sitemap-generator library to build a Sitemap Generator. This tool will allow you to crawl your specified website to gather its URLs. After that, it will create an XML file and save all those URLs inside it with the proper XML Sitemap Format. You can use … Read more