Python script - Office supply program

This script is a very basic script to understand how to work with Python. 

The Office Supply program asks for user input and then provides a menu to for the end user to select from. 

There is an authentication prompt to verify the user as well as an authorization code required for the end user to enter to verify he/she has permission to purchase the supplies.

=====================================================

This was made in Visual Studio Code within a virtual environment.

The most important commands in working with your virtual environment are:

1. Create your virtual environment

> py -m venv env

2. Activate your virtual environment

> env\Scripts\activate


3. Go to View > select Command Palette > Select Python Interpreter > (env:venv)

 

 

3. Run your application

> py main.py

=====================================================

Screenshot I

 

 
 
Screenshot II

 
Screenshot III


 
Screenshot IV

 
Screenshot V


 

 ___________________________________________________________

                                                   S O U R C E     C O D E 


 main.py

clear.py

 banners.py

 
banners.py II

menu.py I

menu.py II

menu.py III

selections.py I

 
selections.py II
 

selections.py III
 
 
selections.py IV
 

selections.py V

 
selections.py VI
 

selections.py VII

 
 selections.py VIII
 

selections.py IX


selections.py X

 
selections.py XI
 

selections.py XII

 
selections.py XIII

 
selections.py XIV
 
 
selections.py XV 

 
selections.py XVI 


selections.py XVII
 

 

Comments

Popular posts from this blog

2023: Bash script for system administration

Amazon Macie in a nutshell - 2023 AWS service