Posts By [email protected]

Website Blocker with GUI using Python

Last updated on 12th June 2021 by [email protected] | Category: Python Tutorial

In this blog we will discuss about “How to make Website Blocker using Python“. Website Blocker is a tool that will help you to block some website that is specified by you that you don’t want to allow to be open on your PC or Laptop. This project will help you to stay away from […]

Read more 

Django – Static Files Inserting Static Media Files

Last updated on 23rd November 2021 by [email protected] | Category: Django Tutorial

Django is a Python based web framework. It uses a model-template-view architecture. Goals of Django Framework are reusability, fast development, less code and the principle of “Don’t repeat yourself”.In this blog, we will discuss the topic of Django which is “How to insert static media files”.Static files can be an image file, a CSS file […]

Read more 

YouTube Video Downloader using Django

Last updated on 9th May 2021 by [email protected] | Category: Django Tutorial

Hello learners, In this blog I will show how you can make your own YouTube video downloader using django. For this project we will use youtube_dl library and django web framework. we will also make simple UI using HTML and Bootstrap CSS, So that one can easily paste the URL of youtube video in our […]

Read more 

How to use Date Picker in Django Template

Last updated on 9th May 2021 by [email protected] | Category: Django Tutorial

In this article, We will discuss the date and time picker that you can use in a Django web project. First, We will set up a JavaScript library for date picker in our HTML page and then will set up a custom widget and finally we will integrate date time picker with our Django app. […]

Read more