GithubHelp home page GithubHelp logo

gatelib's Introduction

GateLib

This is a Python library of (somewhat) general-purpose functions I've made while writing programs. Older versions of this file can be found in several of my other repos, but I'll keep the most up-to-date version here. Every function in this library is written by me unless stated otherwise. Some highlights include the following:

makeChoice

A function that asks a multiple choice question.

encodeSeed, decodeSeed, and verifySeed

Functions for converting a set of user choices to/from a seed (a generated integer or string).

File Path Management

Functions that do things with file paths, such as writing a value to a file at a given address, splitting a file path into an array of its components, or creating a directory, even when its parent directories currently don't exist.

Array Management

Functions that do things with arrays, such as counting how many values overlap between two arrays, or checking if one array is an ordered subset of another.

Console/Terminal Management

Functions that alter the console output, such as clearing the screen or erasing the most recent lines.

String Manipulation

Functions that print strings for specific scenarios, such as formatting a long string to add line breaks after N characters with defined indents, or converting a number of bytes to its most significant form (e.g. "5000000" becomes "4.769 MB")

gatelib's People

Contributors

mode8fx avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.