Skip to main content

A terminal frontend for gambatte game boy color emulator

Project description

gambatte-terminal

A terminal front-end for gambatte, the gameboy color emulator.

It supports:

  • 16 colors, 256 colors and 24-bit colors terminal
  • Playing audio from the emulator
  • Using TAS input files as game input
  • Using keyboard presses as game input

Installation

Wheels are available on linux, windows and macos for python 3.6, 3.7, 3.8 and 3.9:

$ pip3 install gambaterm

Usage and arguments

Usage:

usage: gambaterm [-h] [--input-file INPUT_FILE] [--frame-advance FRAME_ADVANCE] [--break-after BREAK_AFTER] [--speed-factor SPEED_FACTOR] [--force-gameboy]
                 [--skip-inputs SKIP_INPUTS] [--cpr-sync] [--disable-audio] [--color-mode COLOR_MODE]
                 ROM

Positional arguments:

  • ROM

    Path to a GB or GBC rom file

Optional arguments:

  • --input-file INPUT_FILE, -i INPUT_FILE

    Path to a bizhawk BK2 input file

  • --frame-advance FRAME_ADVANCE, --fa FRAME_ADVANCE

    Number of frames to run before displaying the next one (default is 1)

  • --break-after BREAK_AFTER, --ba BREAK_AFTER

    Number of frames to run before forcing the emulator to stop (doesn't stop by default)

  • --speed-factor SPEED_FACTOR, --sf SPEED_FACTOR

    Speed factor to apply to the emulation (default is 1.0 corresponding to 60 FPS)

  • --force-gameboy, --fg

    Force the emulator to treat the rom as a GB file

  • --skip-inputs SKIP_INPUTS, --si SKIP_INPUTS

    Number of frame inputs to skip in order to compensate for the lack of BIOS (default is 188)

  • --cpr-sync, --cs

    Use CPR synchronization to prevent video buffering

  • --enable-controller, --ec

    Enable game controller support

  • --disable-audio, --da

    Disable audio entirely

  • --color-mode COLOR_MODE, -c COLOR_MODE

    Force a color mode (1: 4 greyscale colors, 2: 16 colors, 3: 256 colors, 4: 24-bit colors)

SSH server

It is possible to serve the emulation though SSH, although clients won't be able to send input to the emulator without an X server and the ssh -X option. Use gambaterm-ssh --help for more information.

Terminal support

Not all terminals will actually offer a pleasant experience. The main criteria are:

  • Support for basic ANSI codes (VT100) More specifically setting background/foreground colors and moving cursor (absolute and relative). Those are usually supported.

  • Support for at least 256 colors Those are usually supported. 16 colors also works but it doesn't look too good. In this case, it might be better to use greyscale colors using --force-gameboy or --color-mode=1.

  • Support for UTF-8 and good rendering of unicode block elements More specifically the following characters ▄ █ ▀. Changing the code page might be necessary on windows, using chcp 65001. Also, the alignement might be off (e.g small spaces between pixels) This is not always well supported.

  • Good rendering performance The terminal has to be able to process about 500KB of requests per seconds for a smooth rendering of "intense" frames. Typically, the most intense frames happen during screen transitions of two detailed scenes.

The table below sums up my findings when I tried a the most common terminal emulators. Here's about linux:

Linux Status Colors Unicode rendering Performance Comments
Gnome terminal Excellent 24-bit colors Good 60 FPS
Terminator Excellent 24-bit colors Good 60 FPS
Kitty Excellent 24-bit colors Good 60 FPS
XTerm Good 24-bit colors Good 60 FPS No resize shortcuts
Termit Ok 24-bit colors Good 60 FPS No window title
Rxvt Ok 256 colors Good 60 FPS No resize shortcuts
Mlterm Ok 24-bit colors Light misalignments 60 FPS No resize shortcuts
Terminology Ok 24-bit colors Possible misalignments 30 FPS Weird colors

About MacOS:

MacOS Status Colors Unicode rendering Performance Comments
iTerm2 Good 24-bit colors Good 30 FPS
Terminal Unplayable 256 colors Misalignments 20 FPS

About Windows:

Windows Status Colors Unicode rendering Performance Comments
Windows terminal Unpleasant 24-bit colors Good (chcp 65001) 30 FPS Buggy display
Cmder Unplayable 24-bit colors Good (chcp 65001) 2 FPS No window title
Terminus Unplayable 24-bit colors Misalignments 10 FPS
Command prompt Broken N/A N/A N/A No ANSI code support
Git bash Broken N/A N/A N/A Doesn't work with winpty

Terminal size

The emulator uses a single character on screen to display two vertically aligned pixels, like so ▄▀. The gameboy being 160 pixels wide over 144 pixels high, you'll need your terminal to be at least 160 characters wide over 72 characters high to display the entire screen. Setting the terminal to full screen is usually enough but you might want to tweak the character size, typically using the ctrl - / ctrl + or ctrl wheel shortcuts.

Keyboard, game controller and file inputs

Keyboard controls are enabled by default, while game controller controls have to be enabled using --enable-controller or --ec. The key bindings are not configurable at the moment:

Buttons Keyboard Controller
Directions Arrows Left hat / Left stick
A F / V / Space Button 0 / Button 3
B D / C / Alt Button 1 / Button 2
Start Right Ctrl / Enter Button 7
Select Right Shift / Delete Button 6

Key releases, which are usually mandatory to play games, cannot be detected through stdin. It is then required to access the window system to get access to the key presses. There are a couple of problems with that:

  • It can be hard to detect the window corresponding to the terminal. With X11, the best solution is to look for the current focused window. For other systems, the fallback solution is to use global hotkeys.

  • It only works through SSH for clients with X servers using ssh -X, meaning it requires Windows and MacOS users to run an X server. Moreover, it's a bad idea to connect with -X to an untrusted server.

  • Additional permissions might be required to access the window system, especially on MacOS (see this guide)

It is also possible to use a bizhawk BK2 input file to play tool-assisted speedruns using the --input-file (or -i) option.

Motivation

To be honest there is no actual reason to use this gameboy emulator, other than you might find it fun or interesting. The motivation behind this project is simply to push the idea of running a video game console emulator in a terminal as far as possible. It seems like there has been a similar attempt that used a different approach for displaying the video stream. In any case I'm quite satisfied with this project, and also a bit surprised that I could push it to the point where playing games is actually enjoyable. In particular, I've been able to complete The Bouncing Ball at 60 FPS in XTerm, and I'm now looking forward to playing more homebrew games :)

Dependencies

Here is the list of the dependencies used in this project, all great open source libraries:

Contact

Vincent Michel

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

gambaterm-0.9.3.tar.gz (136.4 kB view details)

Uploaded Source

Built Distributions

gambaterm-0.9.3-cp39-cp39-win_amd64.whl (179.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

gambaterm-0.9.3-cp39-cp39-manylinux2010_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

gambaterm-0.9.3-cp39-cp39-manylinux1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9

gambaterm-0.9.3-cp39-cp39-macosx_10_9_x86_64.whl (210.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

gambaterm-0.9.3-cp38-cp38-win_amd64.whl (181.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

gambaterm-0.9.3-cp38-cp38-manylinux2010_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

gambaterm-0.9.3-cp38-cp38-manylinux1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8

gambaterm-0.9.3-cp38-cp38-macosx_10_9_x86_64.whl (212.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

gambaterm-0.9.3-cp37-cp37m-win_amd64.whl (180.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

gambaterm-0.9.3-cp37-cp37m-manylinux2010_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

gambaterm-0.9.3-cp37-cp37m-manylinux1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.7m

gambaterm-0.9.3-cp37-cp37m-macosx_10_9_x86_64.whl (212.0 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

gambaterm-0.9.3-cp36-cp36m-win_amd64.whl (180.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

gambaterm-0.9.3-cp36-cp36m-manylinux2010_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

gambaterm-0.9.3-cp36-cp36m-manylinux1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.6m

gambaterm-0.9.3-cp36-cp36m-macosx_10_9_x86_64.whl (212.0 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file gambaterm-0.9.3.tar.gz.

File metadata

  • Download URL: gambaterm-0.9.3.tar.gz
  • Upload date:
  • Size: 136.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for gambaterm-0.9.3.tar.gz
Algorithm Hash digest
SHA256 86f7788660254a34e3eefddb6863b4c54b8c3dc0970b22f79424b5e670a2307d
MD5 c3751d9e39097e1595fc3115df1b1530
BLAKE2b-256 14d6360ed388b7dd004247654a510b8c6a3260d264c600e43c8341be5bee11ac

See more details on using hashes here.

File details

Details for the file gambaterm-0.9.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: gambaterm-0.9.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 179.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for gambaterm-0.9.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2ce9ac3e280f5c0b7ba475afdfeed56bdc013aa7ef31a1cb66c71c4d43964b1d
MD5 56264f76226120338b08294e9d2427bf
BLAKE2b-256 55591cebbe999992d5ed3e1a191f37e591757dd64d1ebee2e80ad59d63c515c9

See more details on using hashes here.

File details

Details for the file gambaterm-0.9.3-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: gambaterm-0.9.3-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for gambaterm-0.9.3-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ec86279e022986e4678a5445ac6526c59d0037c346e7bebd7445b830d31b83f3
MD5 0f289a2db6cb690e73b5e590ba10062c
BLAKE2b-256 e6d7b9acd3e67132f051ad9f16f2af0679c9fb48c2c8e2cddc3bb391c460a045

See more details on using hashes here.

File details

Details for the file gambaterm-0.9.3-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: gambaterm-0.9.3-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for gambaterm-0.9.3-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 65e256c84837cef3c2864b7957aab1d77bc6db88f90096b44e5795d0875d1c30
MD5 461454f37ebec4c8f493eafd2887d2db
BLAKE2b-256 bd38005b84452152d97b37f47d89d2f73254f16e53521794557bfb9e0188e23c

See more details on using hashes here.

File details

Details for the file gambaterm-0.9.3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gambaterm-0.9.3-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 210.3 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for gambaterm-0.9.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 00c2022b3fddbfa74cb3fd7d2c9cd063f32b9eb04002f288110513b4e13eecae
MD5 0d89cb96de965ef09cd9a1207e636ec3
BLAKE2b-256 0df10bf3ee2615e5faa26c4beba2c77d788a212b0a863f8c1b933214946d35c0

See more details on using hashes here.

File details

Details for the file gambaterm-0.9.3-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: gambaterm-0.9.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 181.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for gambaterm-0.9.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d5eb34be94f2280ce6d695aa0e3a0954f19e47453b085ab22c4504a137c4a6b5
MD5 f346751b06732dd64641231f00f28376
BLAKE2b-256 96b2c93f0d401ff87794cb2d1888163370936c20bcbc08ff0bac56396febf183

See more details on using hashes here.

File details

Details for the file gambaterm-0.9.3-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: gambaterm-0.9.3-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for gambaterm-0.9.3-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 73e0f14a28d05336eaf09b4e4e30f369a86b1683df2f96a764ab15d404fe630b
MD5 5e1e51f394ec07bccc4e8991f0de663b
BLAKE2b-256 eb2ad5c594691c310dab7248d9fcb098b52498ca3bc7d747294e9eb368a48cdf

See more details on using hashes here.

File details

Details for the file gambaterm-0.9.3-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: gambaterm-0.9.3-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for gambaterm-0.9.3-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c2648f1859af51db6ba1a577c9fef37eca9808332da858fd3774323e6a85394c
MD5 6d36bfda8f47bb55673439b8ada53c33
BLAKE2b-256 fc56a0472c61f9a5cf8da0ad36d42f7048ede8df3cbf037d62c5e2aec34efe4b

See more details on using hashes here.

File details

Details for the file gambaterm-0.9.3-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gambaterm-0.9.3-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 212.3 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for gambaterm-0.9.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 423acef2211aa4a45de7448ad5d487484b503b56da4066b74289110dd76c6532
MD5 bc2403796474b0479a53ca0f16b1a014
BLAKE2b-256 54bc6ad84bffdf7a6f41b14deb54b8b820f55d01740a72e897e9db8129ea67f8

See more details on using hashes here.

File details

Details for the file gambaterm-0.9.3-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: gambaterm-0.9.3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 180.4 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for gambaterm-0.9.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c75142dc22bdc46f23a6b11f1da95ce94a5257c539d82ea659a69959f5f1f4a3
MD5 c5e5182bd9e4342e588a86d5d9a528ff
BLAKE2b-256 32664434ed4eb3c2127dd772baabbbc5d3fcd37865232ad593d4704021f0a5e7

See more details on using hashes here.

File details

Details for the file gambaterm-0.9.3-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: gambaterm-0.9.3-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for gambaterm-0.9.3-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fece4496bd7ee9acb8c4ef69484867b202b28bbf1107ee2d5092d03bf28a6ccb
MD5 2175a009680a51f9c389def8a89e3ccc
BLAKE2b-256 9b1f9b96ea930278df13788e954c9eee38b2bdbf09cd270e122093b1fa69cf99

See more details on using hashes here.

File details

Details for the file gambaterm-0.9.3-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: gambaterm-0.9.3-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for gambaterm-0.9.3-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1047ba4f31b770f6b59d2a5a64c9a7c5c6c4d768f83d9d330228226097ab8109
MD5 334c7bb5f52d8e861b320e381f96c550
BLAKE2b-256 c674dcc776169cdc01669f0c6e0e5c7053ef3e957e97907b01acc6f82574e013

See more details on using hashes here.

File details

Details for the file gambaterm-0.9.3-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gambaterm-0.9.3-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 212.0 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for gambaterm-0.9.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ee9025aec3c76ed3abdb4fe4b63b60075363e7933859b9e075dc66ed7f4be57e
MD5 057d1080717befe38b8c8c47806c8f48
BLAKE2b-256 13726189d338b18eb27811216d0211128ee9e0873eee39fc24b184f74bf79d62

See more details on using hashes here.

File details

Details for the file gambaterm-0.9.3-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: gambaterm-0.9.3-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 180.3 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for gambaterm-0.9.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 1b4c5e45a524c22850099222360a129a4ae200541037306cc6b495ed5959bc1d
MD5 438a152d1619d7d36af13983cc71c949
BLAKE2b-256 50af97e9553405a36a9e956a3856d40b18af25e6568f44671f2b04ea9fee40a5

See more details on using hashes here.

File details

Details for the file gambaterm-0.9.3-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: gambaterm-0.9.3-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for gambaterm-0.9.3-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7d20a833f669bfac2ee0e6c7516fb96c03b96f8925bb658e5e3c0bc08c92210d
MD5 74b80aeb39b4c60e9f120f425533c144
BLAKE2b-256 d9ad5661dd5b10668af4ca7e42ac7a7addf260eeddae25879db1a0bd252f09d2

See more details on using hashes here.

File details

Details for the file gambaterm-0.9.3-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: gambaterm-0.9.3-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for gambaterm-0.9.3-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d9e884d9cf821ab63ee4f4f45b781bebf0d9c062e6ab4be33036710dee0b8a4f
MD5 0196f8e574720cf9ee3727371cbcfbf6
BLAKE2b-256 62c2dc07429f170c6169d6335a007a76271a8b384f83e10eede71b366164811d

See more details on using hashes here.

File details

Details for the file gambaterm-0.9.3-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gambaterm-0.9.3-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 212.0 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for gambaterm-0.9.3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 62430752d5a76d23d976e327f77b69e4d152a0793063cd31f86e4b452e5243cd
MD5 327e5a271d982fb2742bfd8d05235eba
BLAKE2b-256 fb44d6e9bfaf7bd5f562f013c098e13217e658bb97c8d49f96b7915395b30607

See more details on using hashes here.

Supported by

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