Skip to content

ivanvison/NTIGiveAway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

27 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

NTIGiveAway

My first Python script β€” a fun random name picker with a hype countdown.

What it does

  1. Counts down from 10, printing a random hype message each second
  2. Randomly picks a winner from the participants list
  3. Announces the winner (with special shout-outs for certain names πŸ‘€)

Usage

python giveaway.py

Structure

File Purpose
giveaway.py Single consolidated entry point β€” countdown, picker, announcer

Customise

Edit the constants at the top of giveaway.py:

  • NAMES β€” list of participants
  • HYPE_MESSAGES β€” messages shown during the countdown
  • SPECIAL_SHOUTOUTS β€” name β†’ special message mapping

Requirements

Python 3.10+ (uses list[str] type hints). No external dependencies.

About

My first Python script. Created a cool random name picker using 2 files (yes, I know I could have use one, but wanted to test import...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages