Tag

ascii art

1 views collected around this technical thread.

Efficient Ops
Efficient Ops
Dec 24, 2024 · Fundamentals

Create an ASCII Christmas Tree with Shell and Python Scripts

This article shares a festive greeting and demonstrates how to generate an ASCII Christmas tree using both a Bash shell script and a Python program, followed by details about the upcoming GOPS Global Operations Conference in Shenzhen, encouraging operations professionals to celebrate the holiday season.

Pythonascii artchristmas
0 likes · 4 min read
Create an ASCII Christmas Tree with Shell and Python Scripts
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 11, 2024 · Frontend Development

Styling console.log Output: Colors, ASCII Art, Images, SVG and HTML in the Browser Console

This tutorial demonstrates how to enhance console.log messages with CSS colors, create ASCII art, embed base64‑encoded images, and render SVG or HTML content using the browser console, providing practical code examples and visual illustrations for developers.

Base64 ImageJavaScriptascii art
0 likes · 7 min read
Styling console.log Output: Colors, ASCII Art, Images, SVG and HTML in the Browser Console
Python Programming Learning Circle
Python Programming Learning Circle
Sep 12, 2024 · Fundamentals

Convert a Dancing Video into an ASCII Art Video with Python

This tutorial explains how to download a B‑site dance video, extract GIF frames, transform them into ASCII art, rename and sort the frames, convert them to images, assemble a video with OpenCV, and finally add background music using MoviePy.

MoviePyascii artopencv
0 likes · 8 min read
Convert a Dancing Video into an ASCII Art Video with Python
Top Architecture Tech Stack
Top Architecture Tech Stack
Jun 17, 2024 · Backend Development

Creating a Custom SpringBoot Banner and Using Online ASCII Art Generators

This article explains how to add a custom banner to a SpringBoot application by placing a banner.txt file in the resources folder, and lists several online tools for generating ASCII art banners, including examples and screenshots of the results.

BannerIDESpringBoot
0 likes · 3 min read
Creating a Custom SpringBoot Banner and Using Online ASCII Art Generators
Python Programming Learning Circle
Python Programming Learning Circle
Apr 22, 2024 · Fundamentals

How to Convert a Dancing Video into an ASCII Art Video with Python

This guide walks you through downloading a B‑site video, extracting GIF frames, converting them to ASCII art, renaming and ordering the frames, turning the ASCII GIFs into images, assembling them into a video with OpenCV, and adding background music using moviepy, all with Python code.

MoviePyPythonascii art
0 likes · 8 min read
How to Convert a Dancing Video into an ASCII Art Video with Python
Python Programming Learning Circle
Python Programming Learning Circle
Jun 14, 2022 · Fundamentals

Creating an ASCII‑Art Video from a Celebrity Clip Using Python and OpenCV

This tutorial demonstrates how to convert a video of a celebrity into an ASCII art video using Python 3.7, OpenCV, PIL, and NumPy, covering tool setup, frame extraction, grayscale conversion, K‑means clustering for brightness mapping, character rendering, and final video assembly.

Pythonascii artimage-processing
0 likes · 13 min read
Creating an ASCII‑Art Video from a Celebrity Clip Using Python and OpenCV
Python Programming Learning Circle
Python Programming Learning Circle
May 24, 2022 · Fundamentals

Creating ASCII Art from Images with Python and Pillow

This tutorial demonstrates how to transform a picture into ASCII art using roughly 50 lines of Python code with the Pillow library, covering image scaling, grayscale conversion, character mapping, and saving the result as a text file while noting environment-specific display considerations.

Pythonascii artimage-processing
0 likes · 6 min read
Creating ASCII Art from Images with Python and Pillow
Python Programming Learning Circle
Python Programming Learning Circle
Oct 21, 2021 · Fundamentals

Python Script for Converting Images to ASCII Art

This article demonstrates a Python command‑line script that converts an input image into ASCII art by calculating each pixel’s grayscale value using the standard luminance formula and mapping it to characters from a predefined set, optionally saving the output to a file.

Pythonascii artcommand-line
0 likes · 3 min read
Python Script for Converting Images to ASCII Art
Python Programming Learning Circle
Python Programming Learning Circle
Oct 20, 2021 · Fundamentals

Creating ASCII Art from Videos with ascii-image-converter

This tutorial explains how to use the open‑source command‑line tool ascii-image-converter to transform images and video frames into animated ASCII art, covering installation, one‑line conversion commands, output options, and tips for embedding hidden messages.

ascii artascii-image-convertercommand line
0 likes · 3 min read
Creating ASCII Art from Videos with ascii-image-converter
Python Programming Learning Circle
Python Programming Learning Circle
Aug 18, 2021 · Fundamentals

Convert PNG Images to ASCII Art Using Python and Pillow

This tutorial demonstrates how to convert a PNG image into ASCII art by mapping pixel colors to characters, installing the Pillow library, and running a Python script that processes the image and outputs the result either to the console or a file.

Pythonascii artcommand line
0 likes · 4 min read
Convert PNG Images to ASCII Art Using Python and Pillow
Python Programming Learning Circle
Python Programming Learning Circle
Jul 9, 2021 · Fundamentals

How to Convert a Dancing Video into an ASCII Art Video Using Python

This tutorial walks through downloading a Bilibili dance video, extracting GIF frames, converting each frame to ASCII art, renaming and ordering the frames, converting them to images, and finally assembling them into a video with background music using Python libraries such as you-get, OpenCV, Pillow, and moviepy.

MoviePyPythonascii art
0 likes · 9 min read
How to Convert a Dancing Video into an ASCII Art Video Using Python
Laravel Tech Community
Laravel Tech Community
Aug 23, 2020 · Fundamentals

Creative Love‑Confession Scripts: Python ASCII Art and Heart‑Shape Generation

This article shares playful programming examples—including Python string‑manipulation, ASCII‑code mapping, and a one‑line heart‑shape generator—as well as JavaScript and canvas snippets that let you create romantic text and graphics for the Qixi festival.

CodeJavaScriptPython
0 likes · 3 min read
Creative Love‑Confession Scripts: Python ASCII Art and Heart‑Shape Generation
FunTester
FunTester
Jul 8, 2019 · Fundamentals

Exploring Python Lambda Syntax with Prime Number Filtering and Heart‑Shape ASCII Art

The author revisits prime‑number filtering using Python's lambda syntax, rewrites the algorithm with a recursive approach, and then demonstrates a heart‑shaped ASCII art program, highlighting new insights into Python's expressive capabilities and code clarity.

Code TutorialPrime NumbersPython
0 likes · 3 min read
Exploring Python Lambda Syntax with Prime Number Filtering and Heart‑Shape ASCII Art
Architecture Digest
Architecture Digest
Jan 4, 2017 · Fundamentals

Drawing the Koch Curve and Koch Snowflake with ASCII Art and C Language

This article explains the mathematical construction of the Koch curve and snowflake, demonstrates how to render them using only four ASCII characters, and provides a complete C program that recursively draws these fractals on a character buffer.

C programmingKoch curveascii art
0 likes · 6 min read
Drawing the Koch Curve and Koch Snowflake with ASCII Art and C Language
Qunar Tech Salon
Qunar Tech Salon
Jun 21, 2016 · Fundamentals

Using the boxes Command to Create ASCII Art Boxes on Unix/Linux

This article explains how to install the Unix/Linux 'boxes' command on various distributions, demonstrates its use for creating ASCII art borders around text or code, and details options for listing and selecting designs, including integration with vim and shell scripts.

LinuxText FilteringVim
0 likes · 6 min read
Using the boxes Command to Create ASCII Art Boxes on Unix/Linux