Skip to content
View LJD-UwU's full-sized avatar

Block or report LJD-UwU

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
LJD-UwU/README.md

Hi there 👋

Welcome to my workspace 🚀

I build automation tools, browser workflows and productivity-focused applications.
This repository contains my daily work environment and utilities.


⚙️ Environment setup

Activate the virtual environment (Windows):

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process
.\.venv\Scripts\Activate.ps1

Tip

If you want to avoid running this every time:

 Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

🔐 Security & Git hygiene

To prevent accidentally committing sensitive files (credentials, configs, local state, etc.), you can tell Git to ignore changes:

git update-index --assume-unchanged "File/Path/Name"

This is especially useful for:

  • config.json

  • local environment files

  • temporary credentials


🚀 Featured projects

Here are some projects I actively maintain or use as foundations:

🧭 Browser Automation

Declarative browser automation using JSON flows and Selenium.

👉 Repository:
🔗 browser-automation

Highlights:

  • JSON-based workflows

  • Automatic Edge driver handling

  • Stable downloads

  • Windows & Linux support

✂️ Recort App

A lightweight tool focused on productivity and utility workflows.

👉 Repository:
🔗 Recort_app


🧠 What I focus on

  • Browser automation

  • Workflow optimization

  • Clean architecture

  • Reusable tooling

  • Developer experience

I prefer simple, explicit systems that scale without becoming fragile.

Popular repositories Loading

  1. LJD-UwU LJD-UwU Public

  2. Recort_app Recort_app Public

    Python

  3. Placa-Main Placa-Main Public

    Proyecto para la preparacion de placas main nuevas

    Python

  4. browser-automation browser-automation Public

    El objetivo del proyecto es separar completamente la lógica de automatización del código, permitiendo que los flujos se definan únicamente con archivos JSON.

    Python