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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mitanas-0.0.2.tar.gz.
File metadata
- Download URL: mitanas-0.0.2.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bc5f7ac8f648bc4a1c3f81342790e217e9bbdc96ffdd74285e97e6e7ffc17d8
|
|
| MD5 |
05b6a0b47c44be044e5aca50d77a3af8
|
|
| BLAKE2b-256 |
b0a0359f4baf72cd011633c7bc75a688fd360e4fc767eba17dadfc1d44d91830
|
File details
Details for the file mitanas-0.0.2-py3-none-any.whl.
File metadata
- Download URL: mitanas-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c2646e5e0e36bd1698d27f91bbef1d79b20631adde9e25625f46dfb16ff3521
|
|
| MD5 |
6de58e5c95107f718a0dacef19709193
|
|
| BLAKE2b-256 |
d49ef10373fb7cba1d7e3413ae1a31648bfe23343a68a8789552af030abea60c
|