Skip to main content

No project description provided

Project description

The package ‘TxtoJson’ converts a file(.py) specified in the form of path into java-script object notation format.In order to compute the things throguh this package, your software must have the following imperative modules: 1.json module . 2.pathlib module . So, make sure the above written modules must be in the IDE or in the editor. In this package, you can generate a json formatteed file by just incepting the operation of the program using the path pointing out the target file. Moreover, this package allows you to specify the path of that file which is generated after the processing.The path should be written in descriptive manner which means that while entering the path in the terminal, you must write the complete path in order to demestify the things for the interpreter(). For example: On windows operating system, the source file ‘m’ is in a folder say ‘x’ which is itself present in another folder ‘y’ and the folder ‘y’ is present in the local disk drive ‘D’ We can write the path by citing the following format in order to facilitate the steps: path = Path(“d:\y\x\m.type_of_format”) where: ‘path’ is an object storing the path of a specific file and ‘Path’ is a class embedded in the pathlib module which is used by an interpreter to get the path of what is going to be processed in the future. …

Project details


Release history Release notifications | RSS feed

This version

1.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

txtoJson-1.1.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

txtoJson-1.1-py3-none-any.whl (14.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page