Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

sup39/supGecko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

supGecko

A helper library to write Gecko code

Installation

pip install supGecko

Usage

from supGecko import Gecko

g = Gecko()
# TODO: usage of the Gecko class
print(g.dump_txt())