Skip to content

barry-coding/Employee-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Employee Card Generator

Description

A beginner Python project that generates employee information cards using variables, string formatting, and string manipulation techniques. The program stores employee details, formats them into readable outputs, and extracts information from employee codes.

Features

  • Store employee personal information
  • Combine strings to create full names and addresses
  • Generate formatted employee cards
  • Use f-strings for clean output formatting
  • Extract specific parts of employee codes using string slicing
  • Display department codes, year codes, initials, and ID numbers

Technologies

  • Python
  • Variables
  • String concatenation
  • f-strings
  • Type conversion
  • String slicing

What I Learned

Through this project, I learned:

  • How to work with strings and variables in Python
  • How to combine text using concatenation
  • How to use f-strings for cleaner formatting
  • How to convert numbers into strings using str()
  • How string slicing works for extracting information
  • How to organize and display structured employee data

Future Improvements

  • Add user input for employee information
  • Validate employee data automatically
  • Save employee cards into text files
  • Support multiple employees in one program
  • Create a graphical employee management interface

About

This is my first project, credit to FCC. Also, this a basic python project for beginners

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages