Constant Script
Author, Constantscript communityQuick Introduction
Constantscript is a project dedicated to creating a logographic writing system based on major European and Euro-based scripts. Also check out our fandom wiki, subreddit r/constantscript, as well as our Discord server! Additionally, Constant Script doesn't have a font or a way to write it in the digital world, except by sending images.
Note: In the Discord server, some emojis are classical glyphs. The most used or traditional ones receive this treatment.Lore
The lore is all the details of the imagined setting wherein the script is understood to have emerged.
Would you like to know more?Dictionary (Encyclopedia)
An encyclopedia is a comprehensive reference work that provides a wide range of knowledge on various subjects, often arranged alphabetically.
EncyclopediaList of lists
There's so many glyph lists scattered everywhere, we need a list for them.
List of listsHow can you be part of it?
Just enter the Discord server, the main place to interact with the community.
Join the DiscordTools and how to make glyphs
The next images are comments on how community members create glyphs, plus some recommendations.

Recommendations:
- Inkscape (Vector, Free and Open Source)
- Paint.net (Raster, Free)
Glyph Renderer — Desktop App
A desktop tool that lets you type words and see their Constant Script glyphs rendered in real time. Type a sentence, watch the symbols appear, and export the result as a PNG image.
What's inside the zip:
main.py— main window, glyph manager, theme togglerenderer.py— real-time glyph canvas and image exportglyphs.json— word → glyph dictionaryglyphs/— folder where glyph PNG images are storedConstantscript-Regular.ttf— the UI fontREADME.md— full instructions
Requirements: Python 3 + Pillow (pip install pillow)
Linux:
python3 main.py
|
Windows:
python main.py
(or open with IDLE)