Management System in Python - #1 - Main Menu & Adding Users

Introduction: In this tutorial we will begin making a local user management system in Python. We have done this before in a simple SQLite database, but this series will be storing the information in simple plain text files ready for editing manually and portable safe. The Main System: First we want to create a main function which will be our menu system. The user will loop around this until they enter "0" to exit the program.

Color Bar Program in VB6

Color bar is a strip on printed material or a screen display showing a range of colors, used to ensure that all colors are printed or displayed correctly. But in this program, we will just make use of the RGB Color with the use of scrollbars. Now, let's start this tutorial! 1. Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2.

Finding Factors Program in VB6

Factor is a a number or quantity that when multiplied with another produces a given number or expression. In this article, we will create a program that an find factors of a number input by the user and display them in a list box. Now, let's start this tutorial! 1.Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2.

Grade Inquiry with subject Evaluation system

Online grade inquiry with subject evaluation system written using PHP/MySQL. The features of this system are as following: - add, edit, delete subject - add, edit , delete subject - add ,edit , delete course - add , edit , delete students - add image for students - view grades online - add, edit grade with corresponding equivalent - generate reports for grades - evaluate your next subject to be

Sum of All Odd Numbers in VB6

I already introduced a program that can calculate the sum of all even numbers in visual basic 6.0 and now we will create another but this time it will be an odd numbers summation. We will write a Visual Basic program that reads an integer value and displays the sum of all odd integers starting from 1 and input value, inclusive. It will display an error message if the input value is less than 1. Now, let's start this tutorial! 1.

Save Data to Text File in VB6

A text file is considered a plaintext file and Notepad is only capable of creating and editing plaintext files and saves any text file with a .txt file extension. This means no special formatting or different types of fonts can be used. The easiest way to create a text file in Windows is to open up the Notepad software program on your computer. This is a standard program in Microsoft Windows, included with the operating system when installed. Now in this tutorial, we will create a program that can write and save data to text file.

Android SCRUD (Search,Create,Update,Delete) in a Remote MySQL Database

The beauty of this simple little program is not in its novelty value, but that it can be added to any other program to add functionality and make a point of difference. This is my updated demo program on how to SCRUD (Search, Add, Edit, and Delete) in a Remote MySQL database.Using a direct connection via access point/wifi. There is no webservices/php file created for this demo apps.