Skip to content

Instantly share code, notes, and snippets.

View Xyvir's full-sized avatar

Dunko Xyvir Xyvir

  • 21:54 (UTC -05:00)
View GitHub Profile
from sys import path as syspath
syspath.insert(0, '/Games/RocketCup')
import time
import math
import thumbyGrayscale as thumby
#import thumby
import thumbyAudio
import random
from thumbySaves import saveData
@rjozefowicz
rjozefowicz / readme.md
Last active May 8, 2025 00:38
Paged.js demo + Puppeteer

HTML to export - includes Paged.js polyfill:

<!DOCTYPE HTML>
<html>

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <script src="https://unpkg.com/pagedjs/dist/paged.polyfill.js"></script>
</head>