-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from RoyalEagle73/master
Update readme file and made file changes
- Loading branch information
Showing
24 changed files
with
75 additions
and
10 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
''' | ||
Author : Deepak Chauhan | ||
GitHub : https://github.com/royaleagle73 | ||
Email : [email protected] | ||
''' | ||
import os | ||
import threading | ||
from timeit import default_timer as timer | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
''' | ||
Author : Deepak Chauhan | ||
GitHub : https://github.com/royaleagle73 | ||
Email : [email protected] | ||
''' | ||
import os | ||
|
||
class get_browsers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
''' | ||
Author : Deepak Chauhan | ||
GitHub : https://github.com/royaleagle73 | ||
Email : [email protected] | ||
''' | ||
import os | ||
from tabulate import tabulate | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
''' | ||
Author : Deepak Chauhan | ||
GitHub : https://github.com/royaleagle73 | ||
Email : [email protected] | ||
''' | ||
import os | ||
from tabulate import tabulate | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
''' | ||
Author : Deepak Chauhan | ||
GitHub : https://github.com/royaleagle73 | ||
Email : [email protected] | ||
''' | ||
import os | ||
from tabulate import tabulate | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
''' | ||
Author : Deepak Chauhan | ||
GitHub : https://github.com/royaleagle73 | ||
Email : [email protected] | ||
''' | ||
import os | ||
from tabulate import tabulate | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
''' | ||
Author : Deepak Chauhan | ||
GitHub : https://github.com/royaleagle73 | ||
Email : [email protected] | ||
''' | ||
import os | ||
|
||
class get_package_list: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
''' | ||
Author : Deepak Chauhan | ||
GitHub : https://github.com/royaleagle73 | ||
Email : [email protected] | ||
''' | ||
import os | ||
import re | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
''' | ||
Author : Deepak Chauhan | ||
GitHub : https://github.com/royaleagle73 | ||
Email : [email protected] | ||
''' | ||
import os | ||
|
||
class get_startup_list: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
''' | ||
Author : Deepak Chauhan | ||
GitHub : https://github.com/royaleagle73 | ||
Email : [email protected] | ||
''' | ||
import os | ||
import filetype | ||
import json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
pypiwin32==223 | ||
pywin32==227 | ||
WMI==1.4.9 | ||
filetype |