Catch file, and Installing.
Project description
CatInstaller ##
CatInstaller is an installer that allows you to easily install something on your OS.
All you need is Python and the necessary modules.
How to support CatInstaller ==
To support CatInstaller, simply write a program in a Python file.
Upload Installer.py to GitHub and it will be ready for installation.
Installer.py must be written in the following format.
requiments = ["time"] # Enter the required Python modules here.
numbersofprogress = 10 # Enter the steps
import time # import required python modules
def install(progress): # "progress" is number of steps
print("Output ", progress) # Enter the install process here.
# Enter the other functions...
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
CatInstaller-1.6.1.tar.gz
(2.1 kB
view details)
File details
Details for the file CatInstaller-1.6.1.tar.gz.
File metadata
- Download URL: CatInstaller-1.6.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b20db62181c7456606c7141f4f81fba57c2747f5ad045472d89d39fd0caf1921
|
|
| MD5 |
b4d72b9622bc0cc535237b571c7d1c50
|
|
| BLAKE2b-256 |
19348b36dc16132c978076ebcd91e806fa06c5ec6fce203423b40a1d1d00af44
|