Python library thought to active conga-office in order to appear online to your employer while grabbing a coffee or having creativity sessions.
Project description
conga_office
Python library thought to active "conga-office" in order to appear online to your employer while grabbing a coffee or having creativity sessions.
Installation
You can install the package using pip
pip install conga-office
Usage
Moving mouse's pointer
Import the module
from conga_office.tools import activate_conga_office
Then run any of the available modes:
- Move mouse pointer from right to left for 10 seconds:
activate_conga_office(duration=10, pattern='linear')oractivate_conga_office(duration=10) - Move mouse pointer in diamond shape for 20 seconds:
activate_conga_office(duration=20, pattern='diamond') - Move mouse pointer in circles for 5 seconds:
activate_conga_office(duration=5, pattern='circular') - Move mouse pointer in randomly for 10 seconds:
activate_conga_office(duration=10, pattern='random')
To move faster or slower set speed='turbo' or speed='slow' respectively. E.G.
activate_conga_office(duration=10, pattern='diamond', speed='turbo')
Sending corporate jargon via Teams (Windows)
This is a function only available for Windows 10 users who use Microsoft Teams. If you want yo send
10 messages at intervals of 2 seconds (it is recommended at least 2 seconds of interval between messages)
to a contact whose id is a_name.a_surname then apply the following code:
from conga_office.tools import send_bs_via_teams
send_bs_via_teams(
contact_id = 'a_name.a_username',
number_of_bs_statements = 5,
intervals_in_secs=2)
Sending corporate jargon via Slack (macOS)
This is a function only available for macOS users who use Slack. If you want yo send 10 messages at intervals of 2 seconds (it is recommended at least 2 seconds of interval between messages) to a contact whose fortunate name is Elvis Presley then apply the following code:
from conga_office.tools import send_bs_via_slack
send_bs_via_slack(
contact_id = 'Elvis Presley',
number_of_bs_statements = 5,
intervals_in_secs=2)
Future endeavors
- Create flamboyant Power Point presentations.
- Build internal colloquial bs generator.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file conga_office-0.2.0.tar.gz.
File metadata
- Download URL: conga_office-0.2.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b001b777b39cc97762cfcb5f8846921a5e8003dcbee87ecd0beaf50a01c33365
|
|
| MD5 |
8492ad5c1e3211e3ab435c9aee6f1b2b
|
|
| BLAKE2b-256 |
5fe3ecd843c00ee125b426999f29610b482eb5cd5ca579dddcf60452b45caffb
|
File details
Details for the file conga_office-0.2.0-py3-none-any.whl.
File metadata
- Download URL: conga_office-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da04c0686ef1c6c9dc30f1fadc522f073fe2a56a50d13980e534e8d13dd46568
|
|
| MD5 |
018fbd0aba064484a40f932418283464
|
|
| BLAKE2b-256 |
2875cd5ec6fa913c7026645fe24e84dd2e3976d040af0557a58797ee0bfa7db8
|