Metadata-Version: 2.1
Name: Autostart-app
Version: 1.0.0.4
Summary: A Python package to autostart your desktop application when your system turn-on
Home-page: https://github.com/Vijayraj72/Autostart-app
Author: vijay saw
Author-email: imvijayraj72@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown

# Autostart your applications

A Python package to autostart your desktop application when your system turn-on

## Usage

Following query on terminal will help you to enable autostart your application and open your terminal where your script or exe file.

```
pip3 install <package-name>
Autostart-app -f <filename> -s <ful path of your script.py or executable name > -i <icon name>

```
# Autostart-app


