SkillAgentSearch skills...

PyScalix

Python package to convert Csv to SQlite databases and SQlite databases to Csv

Install / Use

/learn @husnainkhurshiid/PyScalix
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PyScalix

Python package to convert Csv files to SQlite database and SQlite database back to csv file

Functions

  • CsvtoSql( )
  • SqltoCsv( )

Installation Guidelines

  • windows
    pip install Pyscalix
    
  • macos/linux
    pip3 install Pyscalix
    
  • Latest version
    pip install --upgrade PyScalix
    

Usage/Examples

import PyScalix

PyScalix.CsvtoSql(csvfile)
PyScalix.SqltoCsv(databasefile,table_name)

Success Response

  • True

Error Response

  • False

Tech Stack

Language: Python 3.10.9

Authors

View on GitHub
GitHub Stars16
CategoryData
Updated1y ago
Forks0

Languages

Python

Security Score

80/100

Audited on Feb 1, 2025

No findings