This project is a collection of Python scripts designed to demonstrate fundamental programming concepts and provide examples of building interactive command-line applications. It includes functionalities such as user authentication, basic bank operations, and a simple calculator. This repository serves as a learning resource and a practical demonstration of Python programming.
- User Authentication: Implements a login system to authenticate users.
- Bank Operations: Provides a menu for basic banking operations such as withdrawal, deposit, and complaint submission.
- Calculator: Offers a simple calculator with basic arithmetic operations.
-
Clone the repository:
git clone <repository_url> cd pythonclass
-
No external dependencies are required. This project uses only built-in Python libraries.
To run the user authentication example:
python appone.py
This will prompt you for your username and password. Enter the credentials to log in.
To run the bank operations example:
python appone_updated.py
This will present a menu of available banking options.
To run the calculator example:
python calculator.py
This will prompt you for two numbers and an operation to perform.
To run the authentication and bank operations example:
python auth.py
This script provides a more comprehensive example, including registration and login functionalities.
Contributions are welcome! If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Submit a pull request.