Git Product home page Git Product logo

sprig-essentials's Introduction

Hi there! ๐Ÿ‘‹

About Me

I'm a student who is passionate about technology and software development. My hobbies include 3D modelling, coding, and more.

Interests

  • ๐ŸŽฎ Gaming - Tabletop games and a few PC games!
  • ๐Ÿ“ธ Photography - Capturing just about anything that looks cool.
  • ๐Ÿ’ป 3D Rendering - Experimenting with new features and making stuff along the way!

GitHub Stats

Profile Views

Your GitHub stats

Get in Touch

๐Ÿ“ง Email
๐Ÿ”— LinkedIn
๐Ÿฆ Twitter

Feel free to browse through my repositories and drop a message! ๐Ÿ˜Š


Actions Status

sooraj.dev: pages-build-deployment

Project Arch: pages-build-deployment

CSI: pages-build-deployment

extramaths: Upload Python Package

sprig-essentials: Upload Python Package

sprig-essentials's People

Contributors

whenlifehandsyoulemons avatar

Watchers

 avatar

sprig-essentials's Issues

Change import style

Instead of:

from sprig_essentials import *

Make it:

import sprig_essentials as se

So that it's easier to reference the package but it doesn't override other packages' functions.

Add link to folder of necessary libraries

Need to add the link to the folder of libraries to install in the README.md file where the text says "5. Download the necessary libraries from this repository and place them in the lib folder.".

Implement SD card functionality

Can use the following python modules for handling the read and write to the SD card that's in the ST7735 display:

  • adafruit_imageload
  • sdcardio
  • storage

Finish display module documentation

Need to complete the documentation for the display module of the package. So far the display initialisation functions have been documented.

Convert all functions to classes

Make the code easier to use by having classes (such as Button or Display or Audio). This makes it easier to use. You could display things by doing .show() instead of showSprite().

How to install package

Need to add a small section of code about how to install the package through the CLI.

pip install sprig_essentials

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.