Skip to content

makersGC/MicroPythonScripts

 
 

Repository files navigation

MicroPythonScripts

Repository for MicroPython scripts for different applications.

Structure for the Repository

Main Repository Folder(MicroPythonScripts)
        └── Script Folders
        |        |
        |        ├── Code
        |        |    └── Commented code
        |        ├── Release
        |        |    └── Uncomment Code
        |        ├── Doc
        |        └── README
        └── HelpScript Folder
            |
            ├── MicroPythonModules Folder
            |     ├── Code
            |     |    └── Commented code
            |     ├── Release
            |     |    └── Uncomment Code
            |     ├── Doc
            |     └── Examples
            |     └── README
            ├── PythonScripts Folder
            |     ├── Code
            |     |    └── Commented code
            |     └── README
            ├── HTML
            └── CSS

Script Folder

Folder containing everything related to the script.

  • Code Folder

Commented code for better understanding of it.

  • Release Folder

Code without comments and trying to be as small as possible in order to save memory on the microcontroller.

  • Doc Folder

Folder containing the files like images and so on for documentation purposes.


HelpScript Folder

Folder containing everything related to MicroPython and some help classes and scripts to make deployments more easy.

  • Code Folder

Commented code for better understanding of it.

  • Release Folder

Code without comment and trying to be as small as possible in order to save memory on the microcontroller.

  • Doc Folder

Folder containing the files like images and so on for documentation purposes.

  • Example Folder

Folder containing the example files that in some cases will need to be renamed into main.py so it will be run at boot time.

NOTE: Some of the code on this HelpScript folder might be commented and it would take more space than required on the board.


README files on folders

Documentation of the script, class or other important information.


requirements.txt files on python folders

Needed Python packages needed on each python script. If you want to be able to use any of the Python scripts/modules use the requirements.txt placed on the root directory of this repository.

About

MicroPython Scripts and projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.5%
  • HTML 4.9%
  • CSS 0.6%