byteforge-figlet 2.0.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,376 @@
1
+ ## Ignore Visual Studio temporary files, build results, and
2
+ ## files generated by popular Visual Studio add-ons.
3
+ ##
4
+ ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
5
+
6
+ # User-specific files
7
+ *.rsuser
8
+ *.suo
9
+ *.user
10
+ *.userosscache
11
+ *.sln.docstates
12
+
13
+ # User-specific files (MonoDevelop/Xamarin Studio)
14
+ *.userprefs
15
+
16
+ # Mono auto generated files
17
+ mono_crash.*
18
+
19
+ # Build results
20
+ [Dd]ebug/
21
+ [Dd]ebugPublic/
22
+ [Rr]elease/
23
+ [Rr]eleases/
24
+ x64/
25
+ x86/
26
+ [Ww][Ii][Nn]32/
27
+ [Aa][Rr][Mm]/
28
+ [Aa][Rr][Mm]64/
29
+ bld/
30
+ [Bb]in/
31
+ [Oo]bj/
32
+ [Oo]ut/
33
+ [Ll]og/
34
+ [Ll]ogs/
35
+
36
+ # Visual Studio 2015/2017 cache/options directory
37
+ .vs/
38
+ # Uncomment if you have tasks that create the project's static files in wwwroot
39
+ #wwwroot/
40
+
41
+ # Visual Studio 2017 auto generated files
42
+ Generated\ Files/
43
+
44
+ # MSTest test Results
45
+ [Tt]est[Rr]esult*/
46
+ [Bb]uild[Ll]og.*
47
+
48
+ # NUnit
49
+ *.VisualState.xml
50
+ TestResult.xml
51
+ nunit-*.xml
52
+
53
+ # Build Results of an ATL Project
54
+ [Dd]ebugPS/
55
+ [Rr]eleasePS/
56
+ dlldata.c
57
+
58
+ # Benchmark Results
59
+ BenchmarkDotNet.Artifacts/
60
+
61
+ # .NET Core
62
+ project.lock.json
63
+ project.fragment.lock.json
64
+ artifacts/
65
+
66
+ # ASP.NET Scaffolding
67
+ ScaffoldingReadMe.txt
68
+
69
+ # StyleCop
70
+ StyleCopReport.xml
71
+
72
+ # Files built by Visual Studio
73
+ *_i.c
74
+ *_p.c
75
+ *_h.h
76
+ *.ilk
77
+ *.meta
78
+ *.obj
79
+ *.iobj
80
+ *.pch
81
+ *.pdb
82
+ *.ipdb
83
+ *.pgc
84
+ *.pgd
85
+ *.rsp
86
+ *.sbr
87
+ *.tlb
88
+ *.tli
89
+ *.tlh
90
+ *.tmp
91
+ *.tmp_proj
92
+ *_wpftmp.csproj
93
+ *.log
94
+ *.vspscc
95
+ *.vssscc
96
+ .builds
97
+ *.pidb
98
+ *.svclog
99
+ *.scc
100
+
101
+ # Chutzpah Test files
102
+ _Chutzpah*
103
+
104
+ # Visual C++ cache files
105
+ ipch/
106
+ *.aps
107
+ *.ncb
108
+ *.opendb
109
+ *.opensdf
110
+ *.sdf
111
+ *.cachefile
112
+ *.VC.db
113
+ *.VC.VC.opendb
114
+
115
+ # Visual Studio profiler
116
+ *.psess
117
+ *.vsp
118
+ *.vspx
119
+ *.sap
120
+
121
+ # Visual Studio Trace Files
122
+ *.e2e
123
+
124
+ # TFS 2012 Local Workspace
125
+ $tf/
126
+
127
+ # Guidance Automation Toolkit
128
+ *.gpState
129
+
130
+ # ReSharper is a .NET coding add-in
131
+ _ReSharper*/
132
+ *.[Rr]e[Ss]harper
133
+ *.DotSettings.user
134
+
135
+ # TeamCity is a build add-in
136
+ _TeamCity*
137
+
138
+ # DotCover is a Code Coverage Tool
139
+ *.dotCover
140
+
141
+ # AxoCover is a Code Coverage Tool
142
+ .axoCover/*
143
+ !.axoCover/settings.json
144
+
145
+ # Coverlet is a free, cross platform Code Coverage Tool
146
+ coverage*.json
147
+ coverage*.xml
148
+ coverage*.info
149
+
150
+ # Visual Studio code coverage results
151
+ *.coverage
152
+ *.coveragexml
153
+
154
+ # NCrunch
155
+ _NCrunch_*
156
+ .*crunch*.local.xml
157
+ nCrunchTemp_*
158
+
159
+ # MightyMoose
160
+ *.mm.*
161
+ AutoTest.Net/
162
+
163
+ # Web workbench (sass)
164
+ .sass-cache/
165
+
166
+ # Installshield output folder
167
+ [Ee]xpress/
168
+
169
+ # DocProject is a documentation generator add-in
170
+ DocProject/buildhelp/
171
+ DocProject/Help/*.HxT
172
+ DocProject/Help/*.HxC
173
+ DocProject/Help/*.hhc
174
+ DocProject/Help/*.hhk
175
+ DocProject/Help/*.hhp
176
+ DocProject/Help/Html2
177
+ DocProject/Help/html
178
+
179
+ # Click-Once directory
180
+ publish/
181
+
182
+ # Publish Web Output
183
+ *.[Pp]ublish.xml
184
+ *.azurePubxml
185
+ # Note: Comment the next line if you want to checkin your web deploy settings,
186
+ # but database connection strings (with potential passwords) will be unencrypted
187
+ *.pubxml
188
+ *.publishproj
189
+
190
+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
191
+ # checkin your Azure Web App publish settings, but sensitive information contained
192
+ # in these scripts will be unencrypted
193
+ PublishScripts/
194
+
195
+ # NuGet Packages
196
+ *.nupkg
197
+ # NuGet Symbol Packages
198
+ *.snupkg
199
+ # The packages folder can be ignored because of Package Restore
200
+ **/[Pp]ackages/*
201
+ # except build/, which is used as an MSBuild target.
202
+ !**/[Pp]ackages/build/
203
+ # Uncomment if necessary however generally it will be regenerated when needed
204
+ #!**/[Pp]ackages/repositories.config
205
+ # NuGet v3's project.json files produces more ignorable files
206
+ *.nuget.props
207
+ *.nuget.targets
208
+
209
+ # Microsoft Azure Build Output
210
+ csx/
211
+ *.build.csdef
212
+
213
+ # Microsoft Azure Emulator
214
+ ecf/
215
+ rcf/
216
+
217
+ # Windows Store app package directories and files
218
+ AppPackages/
219
+ BundleArtifacts/
220
+ Package.StoreAssociation.xml
221
+ _pkginfo.txt
222
+ *.appx
223
+ *.appxbundle
224
+ *.appxupload
225
+
226
+ # Visual Studio cache files
227
+ # files ending in .cache can be ignored
228
+ *.[Cc]ache
229
+ # but keep track of directories ending in .cache
230
+ !?*.[Cc]ache/
231
+
232
+ # Others
233
+ ClientBin/
234
+ ~$*
235
+ *~
236
+ *.dbmdl
237
+ *.dbproj.schemaview
238
+ *.jfm
239
+ *.pfx
240
+ *.publishsettings
241
+ orleans.codegen.cs
242
+
243
+ # Including strong name files can present a security risk
244
+ # (https://github.com/github/gitignore/pull/2483#issue-259490424)
245
+ #*.snk
246
+
247
+ # Since there are multiple workflows, uncomment next line to ignore bower_components
248
+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
249
+ #bower_components/
250
+
251
+ # RIA/Silverlight projects
252
+ Generated_Code/
253
+
254
+ # Backup & report files from converting an old project file
255
+ # to a newer Visual Studio version. Backup files are not needed,
256
+ # because we have git ;-)
257
+ _UpgradeReport_Files/
258
+ Backup*/
259
+ UpgradeLog*.XML
260
+ UpgradeLog*.htm
261
+ ServiceFabricBackup/
262
+ *.rptproj.bak
263
+
264
+ # SQL Server files
265
+ *.mdf
266
+ *.ldf
267
+ *.ndf
268
+
269
+ # Business Intelligence projects
270
+ *.rdl.data
271
+ *.bim.layout
272
+ *.bim_*.settings
273
+ *.rptproj.rsuser
274
+ *- [Bb]ackup.rdl
275
+ *- [Bb]ackup ([0-9]).rdl
276
+ *- [Bb]ackup ([0-9][0-9]).rdl
277
+
278
+ # Microsoft Fakes
279
+ FakesAssemblies/
280
+
281
+ # GhostDoc plugin setting file
282
+ *.GhostDoc.xml
283
+
284
+ # Node.js Tools for Visual Studio
285
+ .ntvs_analysis.dat
286
+ node_modules/
287
+ dist/
288
+
289
+ # Visual Studio 6 build log
290
+ *.plg
291
+
292
+ # Visual Studio 6 workspace options file
293
+ *.opt
294
+
295
+ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
296
+ *.vbw
297
+
298
+ # Visual Studio LightSwitch build output
299
+ **/*.HTMLClient/GeneratedArtifacts
300
+ **/*.DesktopClient/GeneratedArtifacts
301
+ **/*.DesktopClient/ModelManifest.xml
302
+ **/*.Server/GeneratedArtifacts
303
+ **/*.Server/ModelManifest.xml
304
+ _Pvt_Extensions
305
+
306
+ # Paket dependency manager
307
+ .paket/paket.exe
308
+ paket-files/
309
+
310
+ # FAKE - F# Make
311
+ .fake/
312
+
313
+ # CodeRush personal settings
314
+ .cr/personal
315
+
316
+ # Python Tools for Visual Studio (PTVS)
317
+ __pycache__/
318
+ *.pyc
319
+
320
+ # Cake - Uncomment if you are using it
321
+ # tools/**
322
+ # !tools/packages.config
323
+
324
+ # Tabs Studio
325
+ *.tss
326
+
327
+ # Telerik's JustMock configuration file
328
+ *.jmconfig
329
+
330
+ # BizTalk build output
331
+ *.btp.cs
332
+ *.btm.cs
333
+ *.odx.cs
334
+ *.xsd.cs
335
+
336
+ # OpenCover UI analysis results
337
+ OpenCover/
338
+
339
+ # Azure Stream Analytics local run output
340
+ ASALocalRun/
341
+
342
+ # MSBuild Binary and Structured Log
343
+ *.binlog
344
+
345
+ # NVidia Nsight GPU debugger configuration file
346
+ *.nvuser
347
+
348
+ # MFractors (Xamarin productivity tool) working folder
349
+ .mfractor/
350
+
351
+ # Local History for Visual Studio
352
+ .localhistory/
353
+
354
+ # BeatPulse healthcheck temp database
355
+ healthchecksdb
356
+
357
+ # Backup folder for Package Reference Convert tool in Visual Studio 2017
358
+ MigrationBackup/
359
+
360
+ # Ionide (cross platform F# VS Code tools) working folder
361
+ .ionide/
362
+
363
+ # Fody - auto-generated XML schema
364
+ FodyWeavers.xsd
365
+
366
+ # Claude Code worktrees
367
+ .claude/worktrees/
368
+ .claude/settings.local.json
369
+
370
+ # VS Code extension — webpack bundles (generated by `npm run build:webview`)
371
+ FIGLet.VSCodeExtension/media/*.js
372
+ FIGLet.VSCodeExtension/media/*.js.map
373
+ FIGLet.VSCodeExtension/media/*.LICENSE.txt
374
+
375
+ # Python Virtual Environments
376
+ .venv/
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024-2026 Paulo Santos
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,229 @@
1
+ Metadata-Version: 2.4
2
+ Name: byteforge-figlet
3
+ Version: 2.0.4
4
+ Summary: Python FIGLet rendering library — render text as ASCII art using .flf fonts
5
+ Project-URL: Homepage, https://github.com/PaulStSmith/figlet-comment-generator
6
+ Project-URL: Repository, https://github.com/PaulStSmith/figlet-comment-generator
7
+ Project-URL: Issues, https://github.com/PaulStSmith/figlet-comment-generator/issues
8
+ Author-email: PaulStSmith <paul@byteforge.dev>
9
+ License: MIT
10
+ License-File: LICENSE
11
+ Keywords: ascii-art,cli,figlet,fonts,text-art
12
+ Classifier: Development Status :: 5 - Production/Stable
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: License :: OSI Approved :: MIT License
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.9
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Programming Language :: Python :: 3.13
21
+ Classifier: Topic :: Terminals
22
+ Classifier: Topic :: Text Processing :: Fonts
23
+ Requires-Python: >=3.9
24
+ Description-Content-Type: text/markdown
25
+
26
+ # 🐍 **BYTEFORGE FIGLET SUITE — byteforge-figlet (Python Library)**
27
+
28
+ ```
29
+ ██████╗ ██╗ ██╗████████╗███████╗███████╗ ██████╗ ██████╗ ██████╗ ███████╗
30
+ ██╔══██╗╚██╗ ██╔╝╚══██╔══╝██╔════╝██╔════╝██╔═══██╗██╔══██╗██╔════╝ ██╔════╝
31
+ ██████╔╝ ╚████╔╝ ██║ █████╗ █████╗ ██║ ██║██████╔╝██║ ███╗█████╗
32
+ ██╔══██╗ ╚██╔╝ ██║ ██╔══╝ ██╔══╝ ██║ ██║██╔══██╗██║ ██║██╔══╝
33
+ ██████╔╝ ██║ ██║ ███████╗██║ ╚██████╔╝██║ ██║╚██████╔╝███████╗
34
+ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝
35
+ ███████╗██╗ ██████╗ ██╗ ███████╗████████╗ ███████╗██╗ ██╗██╗████████╗███████╗
36
+ ██╔════╝██║██╔════╝ ██║ ██╔════╝╚══██╔══╝ ██╔════╝██║ ██║██║╚══██╔══╝██╔════╝
37
+ █████╗ ██║██║ ███╗██║ █████╗ ██║ ███████╗██║ ██║██║ ██║ █████╗
38
+ ██╔══╝ ██║██║ ██║██║ ██╔══╝ ██║ ╚════██║██║ ██║██║ ██║ ██╔══╝
39
+ ██║ ██║╚██████╔╝███████╗███████╗ ██║ ███████║╚██████╔╝██║ ██║ ███████╗
40
+ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚══════╝ ╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝
41
+ ```
42
+
43
+ > **byteforge-figlet**
44
+ > *A fast, spec-compliant FIGLet engine for Python — zero dependencies.*
45
+
46
+ ## 📘 Overview
47
+
48
+ `byteforge-figlet` is a Python implementation of the FIGLet rendering engine used across the ByteForge FIGLet Suite.
49
+
50
+ It provides a robust and efficient implementation of the FIGLet specification, allowing you to create ASCII art from text using FIGLet fonts. It supports all standard FIGLet features including various smushing rules, layout modes, ANSI color preservation, and Unicode.
51
+
52
+ The library ships with the built-in **small** font so it works out of the box with no additional downloads.
53
+
54
+ ## ✨ Features
55
+
56
+ - 🔤 Render FIGLet text using any `.flf` font
57
+ - 📄 Full FIGLet font (`.flf`) file parsing and loading
58
+ - 🗜️ Automatic handling of compressed/zipped font files
59
+ - 🎨 ANSI color support for terminal output
60
+ - 🌏 Unicode support
61
+ - 📝 Paragraph formatting support
62
+ - ⚙️ Supports Full Size, Kerning, and Smushing layout modes
63
+ - 🧠 Implements all official smushing rules
64
+ - 📦 Default embedded font included — works out of the box
65
+ - 🚀 Zero dependencies — stdlib only
66
+ - 🐍 Python 3.9+
67
+ - 💻 Includes a `figprint` CLI command
68
+
69
+ ### Sample Output
70
+
71
+ ```
72
+ _ _ _ _ _ _ _ _ _
73
+ | || |___| | |___ \ \ / /__ _ _| |__| | |
74
+ | __ / -_) | / _ \_ \ \/\/ / _ \ '_| / _` |_|
75
+ |_||_\___|_|_\___( ) \_/\_/\___/_| |_\__,_(_)
76
+ |/
77
+ ```
78
+
79
+ ## 🛠 Installation
80
+
81
+ Install via pip:
82
+
83
+ ```bash
84
+ pip install byteforge-figlet
85
+ ```
86
+
87
+ ## 🚀 Quick Start
88
+
89
+ ### Basic Usage
90
+
91
+ ```python
92
+ from byteforge_figlet import FIGLetRenderer
93
+
94
+ print(FIGLetRenderer.render("Hello World!"))
95
+ ```
96
+
97
+ ### Using a Custom Font
98
+
99
+ ```python
100
+ from byteforge_figlet import FIGFont, FIGLetRenderer
101
+
102
+ font = FIGFont.from_file("/path/to/myfont.flf")
103
+ print(FIGLetRenderer.render("Hello!", font=font))
104
+ ```
105
+
106
+ ### Choosing a Layout Mode
107
+
108
+ ```python
109
+ from byteforge_figlet import FIGLetRenderer, LayoutMode
110
+
111
+ # Full Size — no character overlap
112
+ print(FIGLetRenderer.render("Hi", mode=LayoutMode.FullSize))
113
+
114
+ # Kerning — characters touch but don't overlap
115
+ print(FIGLetRenderer.render("Hi", mode=LayoutMode.Kerning))
116
+
117
+ # Smushing — characters may merge (default)
118
+ print(FIGLetRenderer.render("Hi", mode=LayoutMode.Smushing))
119
+ ```
120
+
121
+ ### Renderer Instance
122
+
123
+ ```python
124
+ from byteforge_figlet import FIGLetRenderer, LayoutMode
125
+
126
+ renderer = FIGLetRenderer(mode=LayoutMode.Kerning, line_separator="\n")
127
+ print(renderer.render_text("Hello\nWorld"))
128
+ ```
129
+
130
+ ## 💻 CLI Usage
131
+
132
+ The `figprint` command is installed automatically with the package:
133
+
134
+ ```bash
135
+ figprint "Hello World"
136
+ figprint "Hello World" --font /path/to/font.flf
137
+ figprint "Hello World" --mode kerning
138
+ figprint "Hello World" --mode full
139
+ figprint --help
140
+ ```
141
+
142
+ Or run as a module:
143
+
144
+ ```bash
145
+ python -m byteforge_figlet "Hello World"
146
+ ```
147
+
148
+ ## 📐 API Reference
149
+
150
+ ### `FIGFont`
151
+
152
+ | Method / Property | Description |
153
+ |---|---|
154
+ | `FIGFont.default` | The built-in `small` font (class property, cached) |
155
+ | `FIGFont.from_file(path)` | Load a font from a `.flf` file path |
156
+ | `FIGFont.from_stream(stream)` | Load a font from a binary stream |
157
+ | `FIGFont.from_text(text)` | Load a font from a string |
158
+ | `FIGFont.from_lines(lines)` | Load a font from a list of strings |
159
+ | `.height` | Character height in rows |
160
+ | `.hard_blank` | Hard blank character |
161
+ | `.smushing_rules` | `SmushingRules` flags for this font |
162
+ | `.has_smushing_rule(rule)` | Check if a specific rule is set |
163
+
164
+ ### `FIGLetRenderer`
165
+
166
+ | Method | Description |
167
+ |---|---|
168
+ | `FIGLetRenderer.render(text, ...)` | Static method — render and return ASCII art string |
169
+ | `renderer.render_text(text)` | Instance method — render using configured settings |
170
+
171
+ **Constructor parameters:**
172
+
173
+ | Parameter | Type | Default | Description |
174
+ |---|---|---|---|
175
+ | `font` | `FIGFont \| None` | built-in small | Font to use |
176
+ | `mode` | `LayoutMode` | `Smushing` | Layout mode |
177
+ | `line_separator` | `str \| None` | `os.linesep` | Line ending |
178
+ | `use_ansi_colors` | `bool` | `False` | Preserve ANSI color codes |
179
+ | `paragraph_mode` | `bool` | `True` | Treat `\n` as paragraph breaks |
180
+
181
+ ### `LayoutMode`
182
+
183
+ | Value | Description |
184
+ |---|---|
185
+ | `LayoutMode.FullSize` (`-1`) | No character overlap |
186
+ | `LayoutMode.Kerning` (`0`) | Minimal spacing, no merge |
187
+ | `LayoutMode.Smushing` (`1`) | Characters may merge (default) |
188
+
189
+ ### `SmushingRules`
190
+
191
+ | Flag | Value | Description |
192
+ |---|---|---|
193
+ | `SmushingRules.EqualCharacter` | 1 | Two identical characters → one |
194
+ | `SmushingRules.Underscore` | 2 | Underscore replaced by hierarchy char |
195
+ | `SmushingRules.Hierarchy` | 4 | Higher-ranked char wins |
196
+ | `SmushingRules.OppositePair` | 8 | Opposing brackets → `\|` |
197
+ | `SmushingRules.BigX` | 16 | `/+\` → `\|`, `\+/` → `Y`, `>+<` → `X` |
198
+ | `SmushingRules.HardBlank` | 32 | Two hardblanks → one hardblank |
199
+
200
+ ## 🔗 ByteForge FIGLet Suite
201
+
202
+ | Component | Description |
203
+ |---|---|
204
+ | [**FIGLet** (.NET)](https://www.nuget.org/packages/ByteForge.FIGLet) | Core C# library on NuGet |
205
+ | [**@byte-forge/figlet** (TypeScript)](https://www.npmjs.com/package/@byte-forge/figlet) | TypeScript library on npm |
206
+ | [**byteforge-figlet** (Python)](https://pypi.org/project/byteforge-figlet) | Python library on PyPI |
207
+ | [**FIGPrint**](https://github.com/PaulStSmith/FIGLetAddIn/releases) | .NET CLI tool |
208
+ | [**VS Extension**](https://marketplace.visualstudio.com/items?itemName=PaulStSmith.FIGLetCommentGenerator) | Visual Studio 2022+ extension |
209
+ | [**VS Code Extension**](https://marketplace.visualstudio.com/items?itemName=PaulStSmith.figlet-comment-generator) | VS Code extension |
210
+
211
+ ## 📜 License
212
+
213
+ This library is licensed under the **MIT License** — see the [LICENSE](LICENSE) file for details.
214
+
215
+ ## 💡 Credits
216
+
217
+ - Original FIGLet concept by **Frank, Ian & Glenn**
218
+ - Implementations by **Paulo Santos (ByteForge)**
219
+ - FIGLet specification: [figlet.org](http://www.figlet.org/)
220
+
221
+ ## Support
222
+
223
+ If you encounter any issues or have feature requests, please:
224
+ 1. Search existing [issues](https://github.com/PaulStSmith/figlet-comment-generator/issues)
225
+ 2. Create a new issue if needed
226
+
227
+ ---
228
+
229
+ Made with ❤️ by Paulo Santos