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

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

Build Random Song Lyrics Generator Using JavaScript HTML5 CSS3

Default Featured Image

In this tutorial, I will guide you how to create a random song lyrics generator. We will use HTML5, CSS3, and JavaScript to write this software. You can easily copy/paste or download the complete source code of our random song lyrics generator. Folder Structure of Random Song Lyrics Generator data dictionary_ENG.js syntax_ENG.dsl bg.jpg config.js generator.js … Read more

Python Bot Script to Increase Youtube Views and Subscribers

Python Bot Script to Increase Youtube Views and Subscribers

Do you know Python can help you get YouTube subscribers and even view/like your YouTube video automatically? In this tutorial, I’ll guide you on how to create a Python Bot to auto-like YouTube videos and auto-subscribe YouTube channels. This will help you increase Views and Subscribers of a specific YouTube channel. Demo Video Live Demo … Read more