A simple module to create/read/write/truncate...a json or csv or txt file using python
Project description
This is a simple example package. You can use to create/read/write/truncate...a json or csv or txt file using python.
for json file
creat :: jsoncreat (name) write :: jsonwrite (name ,added_value) append :: Jsonappand (name, added_value) read :: jsonread (name) delet :: Jsondelet (name)
for csv file
creat :: Csvcreat (name) write :: Csvwrite (name ,added_value) append :: Csvappand (name,added_value) read :: Csvread (name) delet :: Csvdelet (name)
for txt file
creat :: Txtcreat (name) write :: Txtwrite (name ,added_value) append :: Txtappand (name,added_value) read :: Txtread (name) delet :: Txtdelet (name)
if you get a problemes or you have a quoitions visite our web site"https://docs.python.org/3/"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for jsoncsvtxt-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f67be0e6604a1ccb6baad2019fafab66c44ffcf8058b396d02febc878859164 |
|
MD5 | 43c76360a3988371bedec54193346c3d |
|
BLAKE2b-256 | 38ae80fe16a44708b5498930d738e7d174beb92a319ed5756b41e70916782a59 |