Skip to content

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

Notifications You must be signed in to change notification settings

Eyakub/Automation-Scripts

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published