Skip to content

ardakuvanc3/python-raffle-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

User Management System

This is a simple user management system written in Python. It allows you to add users, display the list of users, randomly select users, and shuffle the list of users. The program is designed to be run from the terminal.

Features

  • Add User: Add a new user to the list.
  • Show Users: Display all users in the list.
  • Select Users: Randomly select a specified number of users from the list.
  • Mix Users: Shuffle the list of users.

Usage

  1. Clone the repository:

    git clone https://github.com/ardakuvanc3/python-raffle-app.git
    cd repository
    
  2. Run the program:

     python user_management.py

  1. Follow the on-screen instructions to use the various features.

Example

Upon running the program, you will see the following menu:

  1. Add User
  2. Show Users
  3. Select Users
  4. Mix Users

Choose an option by entering the corresponding number. For example, to add a new user, press 1, then follow the prompt to enter the user's name.

Requirements Python 3.x Installation Ensure you have Python installed on your system. You can download it from python.org.

Contributing Contributions are welcome! Please fork this repository, make your changes, and submit a pull request.

License This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages