Skip to main content

pygame but remade, easy window/player/tile handling

Project description

🧊 CrystalWindow (Single-File Edition)

A tiny but mighty Pygame framework that gives u a full window system, rendering, and GUI power — all packed into one file. No setup pain. No folder chaos. Just import, and boom 💥, instant window.

🚀 Quick Start pip install crystalwindow

Then in ur Python script:

from CrystalWindow import Window

create window

win = Window(800, 600, "My Cool Game")

main loop

while win.running: win.check_events() win.fill((0, 0, 50)) win.update()

🌀 That’s it. Run it, and boom — instant working window.

🧩 Features

✅ Built-in window manager ✅ Built-in image & icon loader (with default base64 logo) ✅ File-safe startup (even inside PyInstaller) ✅ Works offline — no extra libs ✅ Minimal and clean syntax

💾 Default Logo

The file includes a variable named DEFAULT_LOGO_BASE64 — a lil encoded PNG used when no icon is found.

Use it like: Window(800, 600, "My Window", icon=MyIcon.png)

Boom 💥 — u can show it, set it as a window icon, or meme it if u want.

🧠 Example Integration

You can use it as part of ur project (like a game, an editor, or a tool):

from CrystalWindow import Window

win = Window(800, 600, "My Window", icon=MyIcon.png)

while win.running: win.check_events() win.fill((10, 10, 20)) win.update()

🧊 Credits

💻 Made by: Crystal Friendo 🌀 Framework: CrystalWindow 🎨 Powered by: Pygame ✨ License: Free to use, modify, and vibe with

Project details


Release history Release notifications | RSS feed

This version

1.4.9

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crystalwindow-1.4.9.tar.gz (10.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

crystalwindow-1.4.9-py3-none-any.whl (2.0 kB view details)

Uploaded Python 3

File details

Details for the file crystalwindow-1.4.9.tar.gz.

File metadata

  • Download URL: crystalwindow-1.4.9.tar.gz
  • Upload date:
  • Size: 10.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for crystalwindow-1.4.9.tar.gz
Algorithm Hash digest
SHA256 812986c0a255dcfc66814deb678a6fc1c8f948ac5a79367397ad7c5c8bba8604
MD5 9e91dbf00a346a8952aae797577c88d7
BLAKE2b-256 d8c27e8497afa41b2b5803d1c90360d8e07a7c2a71aa824533455a56337c67a3

See more details on using hashes here.

File details

Details for the file crystalwindow-1.4.9-py3-none-any.whl.

File metadata

  • Download URL: crystalwindow-1.4.9-py3-none-any.whl
  • Upload date:
  • Size: 2.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for crystalwindow-1.4.9-py3-none-any.whl
Algorithm Hash digest
SHA256 28bedf7c9146f51ff8d770b8ce044d1bb51da066f3216e6af57e76bf9afe1eab
MD5 f6fd64a57eabb04a66675a98902128aa
BLAKE2b-256 81da6dfcdb7b3260551dead356b1cccb0ab8dfb5c73f438ebad18dbb152bb16a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page