Skip to main content

No project description provided

Project description

Project Name : Folder

create your custom folder in a second...

Getting Started:

You only need to write

pip install folder

Example

start create

from folder.cp import createproject
createproject("YOURPROJECTNAME", False) ## for default folder alignment

for custom align

from folder.cp import createproject
createproject("YOURPROJECTNAME", True) ## for custom folder alignment

if folder name already exists

Choose Different Name. Folder Already Exists, Are you want to delete previous one?
Press Y to YES: Y
Press N to NO: N
Press: 

Directories for default


	YOURPROJECTNAME
	|
	|___ input
	|___ models
	|___ create
	|___ notebooks
	|___ src
	|___ LICENCE
	|___ README.md

Directories For custom


	YOURPROJECTNAME
	No. of subfolders: 4 (as an example)
	folder_0 : models
	folder_1 : deep learning
	folder_2 : machine learning
	folder_3 : basic
	|
	|___ models
	|___ deep learning
	|___ machine learning
	|___ basic
	|___ LICENCE
	|___ README.md

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

folder-0.0.1-py3-none-any.whl (3.2 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