A simple and lightweight static GIF generator.
Project description
termgif
A simple and lightweight static GIF generator!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
📖 Table of Contents
🎬 About The Project
"Creating clean, visually appealing demo screenshots for command-line tutorials can often be a tedious hassle—working with asciinema and ffmpeg involves a convoluted workflow. In reality, however, simply feeding it an API will resolve all such issues."
termgif is a cross-platform lightweight terminal GIF recorder for Windows, macOS and Linux. It captures live terminal command execution via pixel recording and exports directly to an animated GIF.
The goal is simple: create clean, shareable command-line demo GIFs with minimal dependencies.
Main flow:
- 🎥 Record: Launch target terminal commands, capture live screen frames (platform-aware window/region capture)
- 🔄 Stream: Continuously collect pixel frames while the command runs
- 🧩 Generate: Encode frames and export a final animated GIF on Ctrl+C
📸 Screenshot
🛠️ Built With
🚀 Getting Started
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
✅ Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- Hatch (if exists)
# print all dependencies hatch dep show # print dependencies on group dep hatch dep show dev
See pyproject.toml for complete content.
📦 Installation
Install with PIP:
# Don't use termgif, it's registered; use term2gif instead.
pip install term2gif
💡 Usage
import os
import subprocess as sp
import termgif
GIF_PATH: str = f"{os.path.dirname(__file__)}/dist.gif"
termgif.make_gif(
'cmd /c "echo hello world!"', GIF_PATH # Specify the command to execute.
)
_ = sp.run([GIF_PATH], shell=True) # Open it with the default program.
For more examples, please refer to the Documentation or Examples
🗺️ Roadmap
- v0.1.0: Basic recording for Windows
- v0.2.0:
- Support for macOS and Linux
- Support for recording live inputting text on console (
stdin) - Support recording live console (with echo and color)
See the open issues for a full list of proposed features (and known issues).
🤝 Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
🌟 Top contributors:
📃 License
Distributed under the project_license. See LICENSE for more information.
📬 Contact
Nicola Grey - popxh@outlook.com
Project Link: https://github.com/FishgameStudio/termgif
🙏 Acknowledgments
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file term2gif-0.2.2.tar.gz.
File metadata
- Download URL: term2gif-0.2.2.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e801cc6aa273f5157985758e1e7e2031d6068d43ab570fc5d15ed1c7d0191cf
|
|
| MD5 |
261706deea12babce04ae1c64d2fee7d
|
|
| BLAKE2b-256 |
ffab4db8deb058576803cd00ea202d91f0446f8d35a74be0596397d0af16a012
|
File details
Details for the file term2gif-0.2.2-py3-none-any.whl.
File metadata
- Download URL: term2gif-0.2.2-py3-none-any.whl
- Upload date:
- Size: 17.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92e45026d7e4149cb57c47cc8ef8d2a97f13aa9e540495d5f8dcf23ac28a5669
|
|
| MD5 |
6314e0b57ddc19b93072abb4a9a7ec6d
|
|
| BLAKE2b-256 |
a8b3b784b8b94b0c76271ebb6a7f00e82e56e712ea4a1c428aa322028612be7f
|