KNXKO / PythonMiniProjects

Collection of mini projects implemented in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Mini Projects

This repository contains a collection of mini projects implemented in Python.

Table of Contents

Guess the Number Game

This project is a simple guessing game where the player guesses a random number within a specified range.

Installation

Before running this game, make sure you have Python installed on your device. The code is written in Python 3.

Running the Game

  1. Download the project files to your computer.
  2. Open a terminal window and navigate to the project directory.
  3. Run the game using the command python number_guesser.py.

How to Play

  1. Upon starting the game, enter the upper limit of the range of numbers you want to guess.
  2. The program generates a random number within the specified range.
  3. The player guesses the number, and the program provides feedback on whether the guessed number is above or below the generated number.
  4. The game continues until the player guesses the correct number.

Rock-Paper-Scissors Game

This project is a simple rock-paper-scissors game where the player competes against the computer.

How to Play

  1. Type "rock", "paper", or "scissors" to choose your move.
  2. The computer randomly selects its move.
  3. The winner of the round is determined based on the choices.
  4. The game continues until the user chooses to quit by typing "Q".

Password Manager

This project is a basic password manager that allows users to store and view passwords securely.

How to Use

  1. Run the script.
  2. Choose to view existing passwords or add a new one.
  3. If adding a new password, enter the account name and password.
  4. Passwords are encrypted for security.

Note

Make sure to keep the key.key file generated by the script in the same directory as the script itself.

About

Collection of mini projects implemented in Python.


Languages

Language:Python 100.0%