Eyakub / Automation-Scripts

I'll be trying to create some automation scripts using python & bash to do my task easy and time consume.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Automation Scripts

You'll have a project structure like this of Django

.
├── apps
│   └── app_1
│       ├── admin.py
│       ├── apps.py
│       ├── __init__.py
│       ├── migrations
│       │   └── __init__.py
│       ├── models.py
│       ├── tests.py
│       └── views.py
├── django_project
│   ├── __init__.py
│   ├── settings.py
│   ├── urls.py
│   └── wsgi.py
├── manage.py
├── media
├── static
└── templates

I've followed this structure, rest of other application have to create by following this link

About

I'll be trying to create some automation scripts using python & bash to do my task easy and time consume.


Languages

Language:Python 58.4%Language:Shell 35.2%Language:HTML 6.4%