Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mycode

A simple browser-based tool that analyzes pasted code and shows a GitHub-style language breakdown.

Everything runs locally in your browser. Your code is not stored or sent anywhere.

Try It

Use mycode here:

https://mycode.izzyy.me

Features

  • Paste code directly into the editor
  • Detect multiple programming languages
  • GitHub-style language percentage bar
  • Line counter
  • Runs entirely in the browser
  • No accounts or sign-in
  • No code storage

Supported Languages

Currently detects:

  • JavaScript
  • TypeScript
  • HTML
  • CSS
  • Python
  • JSON
  • SQL
  • Java
  • C
  • C++
  • C#
  • Go
  • Rust
  • PHP
  • Ruby
  • Swift
  • Kotlin
  • Shell
  • YAML
  • Markdown
  • XML
  • Dart
  • Scala
  • R
  • Perl
  • Lua
  • Haskell
  • Objective-C
  • Dockerfile
  • GraphQL

More languages will be added over time.

How It Works

mycode checks your pasted code for common syntax and patterns associated with supported languages.

Each language receives a score based on detected patterns. Those scores are then converted into percentages and displayed in the language breakdown.

Results are estimates and may not always be completely accurate.

Privacy

Code analysis happens locally in your browser.

Your code is not uploaded, stored, or sent to a server.

Planned

  • More language support
  • File uploads
  • Drag and drop
  • Project/folder analysis
  • Better language detection

PhotoShoot

PhotoShoot

About

Website, paste code and get a GitHub-style breakdown of the languages used.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages