Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

connectlist

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connectlist

module to create,edit contact_book

  • 0.0.3
  • PyPI
  • Socket score

Maintainers
1

connectlist

Table of Contents

  • [Installation]
  • [Features]
  • [Publisher] -[Usage]

Installation

You can install the package using pip:

pip install connectlist

## Features
This module is used to  create contact book and then to add data,view data,search for data
##  Publisher
This module is produced by 'APS TECH INFO'
OWNER: APS TECH INFO
AUTHOR: SANTIN FABRIZIO AP
GMAIL: apstechinfo20@gmail.com
##usage 
from connectlist import *
'''the below contents can be replaced
book_name: by name of your contact book
name: name of the person
designation: by how you know them
phone-no: by the phone no
search : by thing to search '''
'''to create a new contact book'''
create('book_name')
''' to write in content in contact book'''
write('book_name','name','designation','phone-no')
'''to view content of contact book'''
view('book_name')
'''to search content of contact book'''
search('book_name','search')



FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc