Skip to content

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

License

Notifications You must be signed in to change notification settings

NrdyBhu1/py-mon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 - trustedmercury@gmail.com
Discord - TrustedMercury#2007

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%