Skip to content

blue ray wisense academy project on python OOD

Notifications You must be signed in to change notification settings

j-grace1/pyhtonPhoneBook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

mastering python python4dev

This repo is meant to enrich our selves in open source contribution to projects and how to work on a project as a team

phonebook console application is a project for python4dev group to help master skills the project contains

when the program is running user should be able to add, delete, edit and read contacts from contact list.

this app is to be built using python using Object Oriented Programming

#Contribution guide

  1. fork this repo
  2. clone a local copy
  3. cd into pyhtonPhoneBook
  4. git remote add upstream https://github.com/Nicodona/pyhtonPhoneBook
  5. create a branch and checkout- run git checkout -b <your_branch_name
  6. start writing your code 😄
  7. .......
  8. when done run: git add .
  9. git commit -m "your commit message"
  10. git push origin <your_branch_name
  11. navigate to your remote forked copy and create a Pull Request (PR) #requirements pip install -r requirements.txt

About

blue ray wisense academy project on python OOD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%