100% client-side · nothing leaves your browser

Turn a .env file
into config-loading code

Paste your .env file. Get typed, safe config-loading code — every variable defaults to empty instead of crashing if it's missing.

.env
config.py

    

What gets generated

Each variable in your .env file becomes one line of code that reads it from the environment with a safe fallback — never a crash if the variable isn't set at runtime. Comments (#) and blank lines are skipped, quoted values have their quotes stripped, and an optional export prefix is handled automatically.