MenuPy-Terminal
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()
******************************
******* 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!
YuGiOhDuel
A accessible field duel with animations using current web technologies