Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sealldeveloper authored Oct 15, 2024
1 parent d832844 commit e16e667
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<title>PyWTF - Write any Python with only built-in functions.</title>
<meta name="description" content="PyWTF is an esoteric and educational programming style based on JSFuck and inspired by this tweet. It uses only built-in functions to execute code. It currently represents all characters below 0x7f in 49 characters or less.">
<meta name="description" content="PyWTF is an esoteric and educational programming style based on JSFuck and inspired by this tweet. It uses only built-in functions to execute code. It currently represents all characters below 0x7f in 48 characters or less.">
<meta charset="utf-8" />
<meta property="og:image" content="/preview.png" />
<meta name="viewport" content="width=device-width" />
Expand All @@ -14,7 +14,7 @@ <h1>PyWTF</h1>

<h2>()+<br>a-z</h2>

<p>PyWTF is an esoteric and educational programming style based on JSFuck and inspired by <a href="https://x.com/chordbug/status/1834642829919781369">this tweet</a>. It uses only built-in functions to execute code. <b>It currently represents all characters below <code>0x7f</code> in 49 characters or less.</b></p>
<p>PyWTF is an esoteric and educational programming style based on JSFuck and inspired by <a href="https://x.com/chordbug/status/1834642829919781369">this tweet</a>. It uses only built-in functions to execute code. <b>It currently represents all characters below <code>0x7f</code> in 48 characters or less.</b></p>

<p>It does not depend on a browser, so you can run it with Python.</p>

Expand Down Expand Up @@ -98,4 +98,4 @@ <h3>Basics</h3>
encode();
</script>
</body>
</html>
</html>

0 comments on commit e16e667

Please sign in to comment.