SrMouraSilva.github.io

A listing of open source efforts at SrMouraSilva on GitHub http://SrMouraSilva.github.io/

Projects

A creator of menus for terminals with customization options

Run it

Create simple menus like this:

# Package import
from menuPy import MenuPy

# Creatint a ney menu
menupy = MenuPy("Menu Principal")

# Add items
menupy.addItem([], "Select me!", print, "Option one selected")
menupy.addItem([], "No, me!", print, "Option two selected")

# Run
menupy.run()
A console window, with texts colored. The output is bellow
******************************
******* Menu Principal *******
******************************

0 - Exit
1 - Select me!
2 - No, me!

Escolha uma opção: 

Characteristics

  • Multiplatform - Windows and Unix based systems
  • Easy to use
  • Exportable to XML (implementing)
  • Customizable visual
  • Handling errors (implementing)
  • Internationalization yet (English and Portuguese)
  • Customization: Colored Text

GProject

A simple viewer projects for your htdocs/www

How to use

Enter in each folder one package.json with the project name and description

In your www/index.php file:

<!-- in head -->
<link href="GP_folder/static/css.css" rel="stylesheet">
<script src="GP_folder/static/js.js">
<?php
    // In body 
    include_once("GP_folder/GP.php");
    $GP = new GP();
    $GP->show();
?>

Tara!

A panel of project cards

YuGiOhDuel

A accessible field duel with animations using current web technologies

RockSmithCustomSongs

A concept website to share links CDLC songs for Rocksmith