-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathPKG-INFO
More file actions
93 lines (62 loc) · 4.73 KB
/
PKG-INFO
File metadata and controls
93 lines (62 loc) · 4.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Metadata-Version: 2.1
Name: ClointFusion
Version: 0.0.62
Summary: Python based functions for RPA (Automation)
Home-page: https://github.com/ClointFusion/ClointFusion
Author: Cloint India Pvt. Ltd
Author-email: automation@cloint.com
License: BSD
Description: # ClointFusion
<img src="https://1.bp.blogspot.com/-bsjlUEdJ35M/X1Wqcpfu9lI/AAAAAAAAAQw/8VKgirD4Uvcgdse3UiAYM1Ci9HbKSGtvwCLcBGAsYHQ/s122/Splash.png">
# Description:
Cloint India Pvt. Ltd - Python3 functions for RPA (Automation)
# Test Drive ClointFusion on Google Colabs
<a href="https://colab.research.google.com/github/ClointFusion/ClointFusion/blob/master/ClointFusion_Labs.ipynb" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab\"/></a>
# Installation on your local computer
# ClointFusion is now supported in Windows / Ubuntu / macOS !
1. Please install Python 3.8.5 with 64 bit: <a href="https://www.python.org/downloads" target="_blank"> Python 3.8.5 64 Bit</a>
2. It is recommended to run ClointFusion in a Virtual Environment.
Please refer these steps to create one, as per your OS: <a href="https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment" target="_blank">Creating a virtual environment in Windows / Mac / Ubuntu</a>
3. Install ClointFusion by executing this package in command promt (with Admin rights):
## pip install --upgrade ClointFusion
4. Open a new file in your favorite Python IDE and type:
## import ClointFusion as cf
---
# ClointFusion Self Test:
Check whether all functions of ClointFusion are compatible with your computer settings & configurations:
## cf.clointfusion_self_test()
---
## Now access all 120 functions (hit ctrl+space in your IDE)
* 9 functions on Mouse operations. Type cf.mouse
* 5 functions on Window operations (works only in Windows OS). Type cf.window
* 7 functions on Folder operations. Type cf.folder
* 28 functions on Excel operations. Type cf.excel
* 4 functions on Keyboard operations. Type cf.key
* 2 functions on Screenscraping operations. Type cf.scrape
* 21 functions on Browser operations. Type cf.browser
* Loads of miscellaneous functions related to OCR, Send WhatsApp Message, Send Email using Outlook Desktop app (works only in Windows OS), emoji, capture photo, flash (pop-up) messages etc.
# ClointFusion's function works in different modes:
1) If you pass all the required parameters, function works silently. So, this is Non-GUI mode.
2) If you do not pass any parameter, GUI would pop-up asking you the required parameters. Next time, when you run the BOT, based upon your configuration, which you get to choose at the beginning of BOT run:
A) If Semi-Automatic mode is OFF, GUI would pop-up again, showing you the previous entries, allowing you to modify the parameters.
B) If Semi-Automatic mode in ON, BOT works silently taking your previous GUI entries.
Non-GUI mode gives you more control over the function's parameters.
GUI Mode is for beginners. Anytime, if you are not getting how to use the function, just call an empty function (without parameters) and GUI would pop-up asking you for required parameters.
# We love your contribution
Contribute by giving a star / writing article on ClointFusion / feedback / report issues / bug fixes / feature enhancement / add documentation / many more ways as you please..
Participate in our monthly online hackathons & weekly meetups. Click here for more details: https://tinyurl.com/ClointFusion
Please visit our GitHub repository: https://github.com/ClointFusion/ClointFusion
# Contact us:
Drop a mail to ClointFusion@cloint.com, ClointFusion@gmail.com
Keywords: ClointFusion,RPA,Python,Automation,BOT,Software BOT,ROBOT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Framework :: Robot Framework
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
Description-Content-Type: text/markdown