Skip to main content

- Simple Library with Python 3

Project description

Pycodz

Pycodz

A library for Python developers.
  • MY


  • 🔧 Installation 🚀

    Via PyPI (Recommended)

    pip install Pycodz -U
    

    🚀 Quick Start

    1- DarkCode

    • This Function for { ai } , you can use it for ( penetration Teasting , Hacking Tools )
    from Pycodz import Darkcode
    requests = input("- Type your requests : ")
    response = DarkCodz(requests)
    print(response)
    

    2- WormGpt

    • This Function for { ai }, you can use it for ( penetration Teasting, Hacking Tools ) . vs. 2
    from Pycodz import WormGpt
    requests = input("- Type your requests : ")
    response = WormGpt(requests)
    print(response)
    

    3- ChatGpt

    • This Function for { ai }, you can use it for ( usefull tool { ChatGpt } ) . vs. 3
    from Pycodz import ChatGpt
    requests = input("- Type your requests : ")
    response = ChatGpt(requests)
    print(response)
    

    4- Whois

    • This Function for { Get information from web }, you can use it for ( Get Whois { Information } )
    from Pycodz import Whois
    requests = input("- Type url : ")
    response = Whois(requests)
    print(response)
    

    5- IP

    • This Function for { Get IP { Information } }, you can use it for ( Get IP { Information } )
    from Pycodz import IP
    requests = input("- Type your url : ")
    response = IP(requests)
    print(response)
    

    6- Programmer_Languages

    • This Function for { Get Programming_Languages from web } .
    from Pycodz import Programmer_Languages
    requests = input("- Type your url : ")
    response = Programmer_Languages(requests)
    print(response)
    

    7- MD5

    • This Function for { Get MD5_Hash }, you can use it for ( Make MD5_hash )
    from Pycodz import MD5
    requests = input("- Type your text : ")
    response = MD5(requests)
    print(response)
    

    8- SHA1

    • This Function for { Get SHA1_Hash }, you can use it for ( Make SHA1_hash )
    from Pycodz import SHA1
    requests = input("- Type your text : ")
    response = SHA1(requests)
    print(response)
    

    9- SHA256

    • This Function for { Get SHA256_Hash }, you can use it for ( Make SHA256_hash )
    from Pycodz import SHA256
    requests = input("- Type your text : ")
    response = SHA256(requests)
    print(response)
    

    10- Base64

    • This Function for { Get encode } .
    from Pycodz import Base64
    requests = input("- Type your text : ")
    response = Base64(requests)
    print(response.__encode__())
    

    11- Base64_

    • This Function for { Get decode } .
    from Pycodz import Base64
    requests = input("- Type your text : ")
    response = Base64(requests)
    print(response.__decode__())
    

    12- BlackBox

    • This Function for { BlackBox-ai }, you can use it for ( BlackBox-ai )
    from Pycodz import BlackBox
    requests = input("- Type your Request : ")
    response = BlackBox(requests)
    print(response)
    

    13- Marshel

    • This Function for { Marshel }, you can use it for ( Marshel ) , Encryption python files ( working in pydroid3 )
    from Pycodz import Marshel
    requests = input("- Type your file Name : ")
    response = Marshel(requests)
    print(response)
    

    14- portscan

    • This function for { portscan ( 2000 Port ) }, you can use it for ( portscan )
    from Pycodz import portscan , service_port
    requests = input("- Type your url : ")
    openport = portscan(requests)
    for open_port in openport:
         service = service_port(open_port)
         print(f"- Open Port {open_port}   -   {service}")
    

    15- Masklink

    • This function for { masklink }, you can use it for ( mask link )
    from Pycodz import Masklink
    masked = Masklink("Original-Link","Mask-Link")
    print(masked)
    

    16- Domain

    • This function for { domain }, you can use it for ( exctact domain site )
    from Pycodz import Domain
    requests = input("- Type your url : ")
    domain = Domain(requests)
    print(domain)
    

    17- wifi

    • This function for { ( you must connect it befor ) wifi }, you can use it for ( get wifi password )
    from Pycodz import wifi
    input_wifi = input("- Type name network : ")
    wifi_password = wifi(input_wifi)
    print(wifi_password)
    

    18- Quotes

    • good Quotes , you can use get Quotes
    from Pycodz import Quotes
    object = Quotes()
    get_Quote = object.Quote()
    print(get_Quote)
    

    ⚡️ This Lib working at :

     - Linux 
     - Windows
     - Termux ( Android )
     - Pydroid3 ( Android )
    

    💬 Help & Support

    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

    pycodz-2.3.tar.gz (8.7 kB view details)

    Uploaded Source

    Built Distribution

    If you're not sure about the file name format, learn more about wheel file names.

    Pycodz-2.3-py3-none-any.whl (7.7 kB view details)

    Uploaded Python 3

    File details

    Details for the file pycodz-2.3.tar.gz.

    File metadata

    • Download URL: pycodz-2.3.tar.gz
    • Upload date:
    • Size: 8.7 kB
    • Tags: Source
    • Uploaded using Trusted Publishing? No
    • Uploaded via: twine/5.1.1 CPython/3.13.0

    File hashes

    Hashes for pycodz-2.3.tar.gz
    Algorithm Hash digest
    SHA256 9264e2e66ef47092542cc47382ae349a06ecc942ae41cee2161903c5512c78be
    MD5 b47e87a1817094216e6952c1d3f67d30
    BLAKE2b-256 4d61cfea2766a93b813670ac4546abbdaca7d3e9350a0244e20866b3303d2470

    See more details on using hashes here.

    File details

    Details for the file Pycodz-2.3-py3-none-any.whl.

    File metadata

    • Download URL: Pycodz-2.3-py3-none-any.whl
    • Upload date:
    • Size: 7.7 kB
    • Tags: Python 3
    • Uploaded using Trusted Publishing? No
    • Uploaded via: twine/5.1.1 CPython/3.13.0

    File hashes

    Hashes for Pycodz-2.3-py3-none-any.whl
    Algorithm Hash digest
    SHA256 db2f4e447e416272eb3b0d8d23f05fd94bf3657a3184b8571bb307577fbeabaa
    MD5 9e8d25e26bacffcb8cf5058c37f678d3
    BLAKE2b-256 373a7bdf7f01e5322bd93c2b62d3a9b264ab1ff2fa25109abf2161e6076b1ae4

    See more details on using hashes here.

    Supported by

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