Skip to content

luraselenehalo/LunaScript-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LunaScript Tools

LunaScript Tools is a collection of developer utilities that run entirely in the browser. Built with vanilla HTML, CSS, and JavaScript, it focuses on privacy, security, and a clean open-source architecture that is easy to extend.

Features

  • Password Generator with strength indicator
  • SHA-256 Hash Generator
  • UUID Generator
  • JSON Formatter
  • Dark mode UI with space-inspired visuals

Project Structure

LunaScript-Tools/
├── assets/
│   ├── css/
│   │   └── styles.css
│   └── js/
│       ├── main.js
│       └── tools/
│           ├── hash-generator.js
│           ├── json-formatter.js
│           ├── password-generator.js
│           └── uuid-generator.js
├── tools/
│   ├── hash.html
│   ├── json.html
│   ├── password.html
│   └── uuid.html
├── about.html
├── index.html
└── open-source.html

Demo Web tools

LunaScript Tools - https://lunascript-tools.onrender.com/

Getting Started

Open index.html in your browser or serve the folder with a simple static server:

python3 -m http.server 8000

Contributing

Keep each tool inside its own JavaScript file under assets/js/tools, reuse the shared styles, and submit a pull request with a clear description of your changes.

LunaScript Tools is an open-source collection of browser-based utilities for developers, focused on simplicity, security, and night-themed design. All tools run fully on the client side. :3

About

LunaScript Tools is an open-source collection of browser-based utilities for developers, focused on simplicity, security, and night-themed design. All tools run fully on the client side.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors