Skip to main content

Make IT AN Autostart Script

Project description

MITANAS

Make IT AN Autostart Script. Mitanas generates an executable from your project and configures it to boot along with the system.

Key Features

  • Executable Generation: Mitanas utilizes PyInstaller to generate executables from Python scripts. You can specify the project name and the path to the main script.

  • Startup Configuration: In addition to executable generation, Mitanas also configures automatic startup of the executable with the operating system.

Pre requisites

  • Python 3.x
  • Crontab (Linux)
  • Linux | Windows (Coming soon)

Basic Usage

Mitanas must be installed in the same environment that you want to configure in order to extract the project's dependencies with greater precision.

from mitanas import Mitanas

# Create an instance of Mitanas with the project name and the path to the main script.
mitanas = Mitanas("my_project", "my_script.py")

# Generate the executable and configure automatic startup.
executable_path = mitanas.configure()

License

This project is licensed under the MIT License. See the LICENSE file for details.

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

mitanas-0.0.2.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

mitanas-0.0.2-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

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