You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Python script allows you to encrypt PDF files with a numeric password. The password will be required to open the encrypted PDF file.This pdf encryption is good for managing privacy and to maintain distance between attacker and client.
A Python-based Password Generator tool that can create random passwords with customizable settings. Users can also generate passwords partially based on their name for a personal touch.
This project provides an advanced BMI (Body Mass Index) calculator built using Python. It calculates the BMI, categorizes it, and offers additional features such as displaying a BMI chart and saving results to a file.
This Python script allows you to check your system's IP address and track details of any IP address (IPv4 or IPv6). It uses the ip-api.com service to fetch IP address details and displays the information in a user-friendly format.
This project is a simple Python program that converts Markdown (.md) files into HTML (.html) files.It make easy for those who are using github and they wants to write their own readme.md file and don't have knowledge about markdown.