for questions write me in Telegram (@IDieLast)
Project description
RePrIm (remotis project imperium (remote project control)) is comfortable software for manage files on your PC via telegram bot when you are away from your computer
Create a host file in the folder with the main file of your project, and make changes in main file
#host file
import RePrIm
from myproject import main
if __name__ == '__main__':
RePrIm.config(main_func=main)
# use prestart=True if you want the project to start when the host starts
RePrIm.start_host()
#myproject file
from RePrIm import get_io_clients
import sys
def main():
reprim_input, reprim_output = get_io_clients()
sys.stdin = reprim_input
sys.stdout = reprim_output
sys.stderr = reprim_output
...
# do something important job
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
reprim-1.0.0.tar.gz
(131.6 kB
view details)
File details
Details for the file reprim-1.0.0.tar.gz.
File metadata
- Download URL: reprim-1.0.0.tar.gz
- Upload date:
- Size: 131.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3967c88cce11aa595682b99b8bb730d3fb9a3b30c737d6931659bf688dee9175
|
|
| MD5 |
0eb36881433ac3dc4c14524d2dacd24d
|
|
| BLAKE2b-256 |
aa6c8f41e644074356a469b9d2af0bb6248739fd37ebe432b366aae08c56f13d
|