Skip to main content

Code Monitor is a simples way to send feedback about your code to your smartphone

Project description

CodeMonitor

Code Monitor is a simples way to send feedback about your code to your smartphone as a Telegram message!

Set up

Telegram side

  1. Open Telegram and search for CodeMonitor bot.
  2. Send any message to it.
  3. Once you send any message the Bot will return a message like 'Your code is: "123456789"' this is your chat code, it will be used to identify your chat on python side.

Python side

  1. install the Code Monitor dependency through the following command
pip install CodeMonitor
  1. now import it in your code
from CodeMonitor.telegram import Messenger, FitMonitor
  1. Once CodeMonitor is imported you'll be able to use two classes: Messenger and FitMonitor, first let's talk about Messenger class.

Messenger

This class allows you to send any string you want to the Telegram chat, only requiring the chat code as metioned on the Telegram side section.

messenger = Messenger("123456789")

When the class is instancieted it send the message "All ready!", to send your own messages do like the following code snippet.

messenger.send_message("your awesome message!")

FitMonitor

This class is a callback that send feedback about the training of a Keras Neural Network model, it is very usefull if you're training a model for a very long time and need to leave your computer but still want to know how good your training is doing. At the end of each epoch this callback is going to send information about the accuracy and loss (and validation accuracy and loss when possible) of the model.

model.fit(X_train, Y_train,          
          epochs = 10,
          validation_data = (X_test, Y_test), 
          callbacks=[FitMonitor("123456789")])

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

CodeMonitor-0.1.0.tar.gz (2.5 kB view details)

Uploaded Source

Built Distribution

CodeMonitor-0.1.0-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file CodeMonitor-0.1.0.tar.gz.

File metadata

  • Download URL: CodeMonitor-0.1.0.tar.gz
  • Upload date:
  • Size: 2.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.18.4 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.6.2

File hashes

Hashes for CodeMonitor-0.1.0.tar.gz
Algorithm Hash digest
SHA256 b18142f30a32601b45e47ccf8317c7c8a25911ac5c2cdeb76772ea9be8939c10
MD5 49d6d4a25d7bb43f2c817a7af201288b
BLAKE2b-256 d4833a5dcf6484c45ce0f68e3d66c9e24f96e121300f41aa6541d1399c704691

See more details on using hashes here.

File details

Details for the file CodeMonitor-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: CodeMonitor-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3

File hashes

Hashes for CodeMonitor-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ec0c3c21d386696582e82c06f18174f2183df247952e0a24637fceddbad744e9
MD5 996b70d2e076b76f864a92236bb87bfa
BLAKE2b-256 93c15fdaf0978b20b12cb6fd3abc48a813eac800506ed06166ed6e76835e2b7a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page