Skip to main content

An application that informs you of the differents Moduls and vesry easy use it in short aways

Project description

Print Something

from flask import request
from mahdix import p
import requests

print(p('YOUR TXT'))

Get Current Time

from mahdix import time

print(time())

Generate Text Logo

from mahdix import makelogo

logo = makelogo(text='Mahdi')
print(logo)

Random Numbers

from mahdix import random7, random8, random9, random1_2, random1_3, random1_4, random10

print(random7())
print(random8())
print(random9())
print(random1_2())
print(random1_3())
print(random1_4())
print(random10())

System Commands

from mahdix import sysT

sysT('YOUR COMMAND')

HTTP Requests

from mahdix import rqg, rqp

response_get = rqg('https://example.com')
response_post = rqp('https://example.com', data={'key': 'value'})

Random Choices

from mahdix import rc

print(rc([1, 2, 3, 4]))

Base64 Encoding/Decoding

from mahdix import bsec, bsdc

encoded_data = bsec('Hello, World!')
decoded_data = bsdc(encoded_data)

Colors

## ---[coloure]------

RED = mahdix.RED

GREEN = mahdix.GREEN

YELLOW = mahdix.YELLOW

BLUE=mahdix.BLUE

ORANGE =mahdix.ORANGE

LI_BLUE = Light_BLUE

LI_MAGENTA = Light_MAGENTA

LI_CYAN = Light_CYAN

LI_WHITE = Light_WHITE

Background colors

BG_BLACK = Background_BLACK

BG_RED = Background_RED

BG_GREEN = Background_GREEN 

get any Facebook id created date

from mahdix import getyearid

## Example: cid = '100000000023456'
print(getyearid(cid))

Generate a Windows user-agent

from mahdix import W_ueragnt
user_agent=W_ueragnt()
print(user_agent)

html_req Function

The html_req function fetches HTML content from the specified URL, using optional headers and data for the request.

from mahdix import html_req

url = 'https://example.com'
headers = {
    'User-Agent': 'Your User Agent',
    'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8',
    'Accept-Language': 'en-US,en;q=0.9',
    'Accept-Encoding': 'gzip, deflate, br',
    'Connection': 'keep-alive',
}
cookie = {'key': 'value'}  ## Optional Cookes for POST requests
data = {'key': 'value'}  ## Optional data for POST requests
parsed_html = html_req(url, Headers=headers, Data=data,Cookie=cookie) ## data for POST requests 
parsed_html = html_req(url, Headers=headers,Cookie=cookie) ##  for Get requests 
print(parsed_html)

html_txt Function

The html_txt function fetches HTML content from any request responce.

from mahdix import html_txt
responce=requests.get('https://example.com').text
text_html = html_txt(responce)
print(text_html)#get respone as html text

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mahdix-0.1.6.3.tar.gz (7.9 kB view details)

Uploaded Source

File details

Details for the file mahdix-0.1.6.3.tar.gz.

File metadata

  • Download URL: mahdix-0.1.6.3.tar.gz
  • Upload date:
  • Size: 7.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for mahdix-0.1.6.3.tar.gz
Algorithm Hash digest
SHA256 7967ab45bbac589769b801d4fce194a473ddcbfa43918ef164af41a16207c808
MD5 4b9ad4811100c3a2d06337757d448109
BLAKE2b-256 acd1e4625f091238cb42302cf7604568231eb69cbee4f3f8c7aa8056073b3af2

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page