All Projects → trustedmercury → py-mon

trustedmercury / py-mon

Licence: MIT license
Simple package to automatically restart application when file changes are detected!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to py-mon

Awesome Casestudy
📕 Curated list of technical case studies on WebGL and creative development
Stars: ✭ 2,324 (+6942.42%)
Mutual labels:  development
Comunidade
✊🏽 A comunidade de programação da periferia
Stars: ✭ 252 (+663.64%)
Mutual labels:  development
devstack
Get up and running quickly to develop or extend Open edX services
Stars: ✭ 372 (+1027.27%)
Mutual labels:  development
Book Elastic Search In Action
Elastic 搜索开发实战
Stars: ✭ 205 (+521.21%)
Mutual labels:  development
Eslint Plugin Markdown
Lint JavaScript code blocks in Markdown documents
Stars: ✭ 242 (+633.33%)
Mutual labels:  development
Httpie
As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie
Stars: ✭ 53,052 (+160663.64%)
Mutual labels:  development
N8n
Free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services.
Stars: ✭ 19,252 (+58239.39%)
Mutual labels:  development
awesome-dev-discord
A curated list of official, development-related Discord server
Stars: ✭ 153 (+363.64%)
Mutual labels:  development
Loft
Namespace & Virtual Cluster Manager for Kubernetes - Lightweight Virtual Clusters, Self-Service Provisioning for Engineers and 70% Cost Savings with Sleep Mode
Stars: ✭ 239 (+624.24%)
Mutual labels:  development
MyJWT
A cli for cracking, testing vulnerabilities on Json Web Token(JWT)
Stars: ✭ 92 (+178.79%)
Mutual labels:  pypi
Django Livereload Server
Livereload functionality integrated with your Django development environment.
Stars: ✭ 213 (+545.45%)
Mutual labels:  development
Cqtdeployer
This project is used to deploy applications written using QML, qt or other С / С++ frameworks.
Stars: ✭ 225 (+581.82%)
Mutual labels:  development
System Design Primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Stars: ✭ 154,659 (+468563.64%)
Mutual labels:  development
Aiohttp Devtools
dev tools for aiohttp
Stars: ✭ 202 (+512.12%)
Mutual labels:  development
significa.co
Significa - A digital design-led agency focused on product development.
Stars: ✭ 72 (+118.18%)
Mutual labels:  development
Forum
Dúvidas, dicas e sugestões gerais sobre carreira na área de desenvolvimento de software
Stars: ✭ 199 (+503.03%)
Mutual labels:  development
Kooboo
A new web development methodology for JavaScript & C# developers. A super fast and very easy to use CMS.
Stars: ✭ 253 (+666.67%)
Mutual labels:  development
distrobox
Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox
Stars: ✭ 4,371 (+13145.45%)
Mutual labels:  development
yavdb
Yet Another Vulnerability Database
Stars: ✭ 14 (-57.58%)
Mutual labels:  pypi
dockerfiles
🐳 Dockerfiles for Nette Framework. Nette in Docker. (@nette)
Stars: ✭ 15 (-54.55%)
Mutual labels:  development

py-mon

Simple package to automatically restart application when file changes are detected!

I spend a lot of time developing discord bots and it's a hassle to constantly Ctrl+C and then run the bot again on my terminal.

As an active web developer who works with NodeJS, I decided to make something like nodemon but for Python. Introducing py-mon, a simple and easy to use python package that automatically runs your python script when it detects file changes. I've only spent a couple of hours in developing this and I hope to add a bunch of features in the future, from ignoring certain files to prioritizing certain extensions.

Sidetrack - A little about me

I'm a 13 year old full-stack web developer and I love working with Python, NodeJS, SQL
and other cool software! I want to make a positive change with the help of software and
do some cool stuff as I grow. That's just a little about me, back to the package!

Quickstart

I wanted to make this package as easy as possible to use. Here's a quick start, it's essentially all you'll need.

Installation

pip install -U py-mon

Execution

pymon filename.py

That's pretty much it! Thanks for everything, I would appreciate it if you could leave a follow or star this repository! <3

Contributing

This package is opensource so anyone with adequate python experience can contribute to this project!

Report Issues

If you find any error/bug/mistake with the package or in the code feel free to create an issue and report it here

Fix/Edit Content

If you want to contribute to this package, fork the repository, clone it, make your changes and then proceed to create a pull request here

Contact

If you want to contact me -
Mail - [email protected]
Discord - TrustedMercury#2007

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].