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