π Sophomore at Dongguk University, majoring in Information & Communication Engineering
π± Currently learning:
- basic programming (C++, Java, Python, etc...)
- Data Structures & Algorithms
A simple Command Line Interface program that introduces myself right in your terminal.π
# 1. Clone this repository
git clone https://github.com/sumin2385/CLIck-Me.git
# 2. Create a virtual environment
python -m venv hellopy-cli
# 3. Activate the virtual environment
# Windows
hellopy-cli\Scripts\activate.bat
# macOS / Linux
source hellopy-cli/bin/activate
# 4. Install dependencies
pip install click colorama pyfiglet rich
# 5. Usage
python suminnn/cli-proflie_with_AI.py



