Skip to content
View ph33nx's full-sized avatar
♠️
♠️
  • New Delhi
  • 08:07 (UTC +05:30)

Block or report ph33nx

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

Pinned Loading

  1. lila-player lila-player Public

    Lila - Slowed and Reverb LoFi Audio Player - Multiplatform Desktop App - Built with Rust & React

    TypeScript

  2. Block All Adobe .exe files via Firew... Block All Adobe .exe files via Firewall on Windows Using Batch Script | Stop adobe apps to access internet
    1
    :: ################################################################
    2
    :: ##                  🔥 WinMasterBlocker 🔥                     #
    3
    :: ################################################################
    4
    :: # Author: https://github.com/ph33nx                            #
    5
    :: # Repo: https://github.com/ph33nx/WinMasterBlocker             #
  3. Python script to recursively downloa... Python script to recursively download missing subtitles for video files
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    import os
    4
    import sys
    5
    from babelfish import Language
  4. Convert PNG images to JPG (optimized... Convert PNG images to JPG (optimized for web) using Python. Locally, for Free.
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    """
    4
    Author: ph33nx
    5
    URL: github.com/ph33nx
  5. WinMasterBlocker WinMasterBlocker Public

    Simple batch script that automates blocking apps from accessing internet using windows inbuilt firewall

    Batchfile 28 5

  6. project2yaml.py - Python script that... project2yaml.py - Python script that Exports Project Structure and File Contents to YAML for LLM, ChatGPT, Agent Based Workflows. Scans a project's directory structure and exports the file hierarchy and contents into a clean, human-readable YAML file. This script is designed to simplify AI workflows, including those leveraging ChatGPT, LLMs, and agent-based programming.
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    """
    4
    project2yaml.py
    5