Skip to content
View Tejasweee's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report Tejasweee

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. Automate-pdf-Downloads Automate-pdf-Downloads Public

    This python script allows to automate PDF downloads from web-pages and html files. It automatically searches all the PDF links from the given URL page and starts downloading them. It can automatica…

    Python 2 1

  2. Color-Images-to-BlackWhite Color-Images-to-BlackWhite Public

    This Python script helps to automate conversion of a large number of RGB images to black and white images by running this script inside the folder which contains images.

    Python 2 1

  3. Website-tables-to-Excel-files Website-tables-to-Excel-files Public

    Using Python 3 to extract tables from URLs and HTML files and automatically saving them as excel files and csv files.

    Python 1

  4. Get-Images-from-pages Get-Images-from-pages Public

    This is a python script which helps to automatically extract images from pages of given URLs. If the page requires execution of javascript for execution of images or needs authentication to reach t…

    Python 1

  5. Store-files-in-Sqlite Store-files-in-Sqlite Public

    This Python 3 script allows to store files and images in a sqlite database which is locally created by this script. Stored files in the sqlite database can be deleted and retrieved again also.

    Python

  6. Python-Password-Manager Python-Password-Manager Public

    This Python 3 script can work as a password manager. It takes a master password and the script generates 640 characters secret key by using sha512 hashing of various combinations of the master pass…

    Python