Online-update est un programme python permettant de mettre a jour des dossier et de fichier depuis une adresse web.

Overview

Démarrage rapide

Online-update est un programme python permettant de mettre a jour des dossier et de fichier depuis une adresse web.

Mode préconfiguré

Le fichier update.py permet au créateur d’un programme de pré-configuré online-update pour directement téléchargé depuis une adresse web.
Pour cela il suffit de modifier updfile = None à la ligne 22 par l’adresse du fichier d’update.
Il est aussi possible de modifier a langue de l’updater, français (fr) ou anglais (en) a la ligne 23.

Mode cli

Le second fichier, cli-update.py affiche une interface cli permettant de saisir l’adresse des commandes.\

Commandes

LANG

lang permet de saisir la langue de l'updater, en/fr

lang 
   
    
lang fr

   

DL

dl permet de téléchargé un registre directement depuis son adresse

dl 
    
    
     
dl /main https://raw.githubusercontent.com/pf4-DEV/glade/main/update.txt

    
   

ROAD

road permet de géré la liste des fichier de redirection:
road list affiche la liste
road add ajoute une adresse a la liste
road del supprime une adresse a la liste
road read lie les fichier de redirection

RDL

rdl téléchargé un registre depuis les fichier de redirection:\

dl 
   
     + 
    
     
dl /main glade

    
   

Créé un registre d’update

Le registre d’update différencie tout les dossier et fichier a créer et/ou télécharger.

Création du dossier

l’entièreté des chemin de fichier son en relatif par rapport a l’updater
La commande mkd suivit du nom du dossier a créé permet de créer un dossier:

mkd /mod

Téléchargement de fichier

La commande wgt suivit du nom du ficher et de son adresse (séparé par une virgule) permet de téléchargé un fichier:

wgt /direct-time.pyw, https://raw.githubusercontent.com/pf4-DEV/glade/main/direct-time.pyw

Exemple

registre de mise a jour de Glade
https://raw.githubusercontent.com/pf4-DEV/glade/main/update.txt

mkd /container
...

wgt /glade-cli.py, https://raw.githubusercontent.com/pf4-DEV/glade/main/glade-cli.py
wgt /system/glade/Compiler.py, https://raw.githubusercontent.com/pf4-DEV/glade/main/system/glade/Compiler.py
...

Créé un fichier de routage

le ficher de routage doit contenir le nom et d'adresse de redirection séparé par une virgule

glade, https://raw.githubusercontent.com/pf4-DEV/glade/main/update.txt
You might also like...
Appointment Tracker that allows user to input client information and update if needed.

Appointment-Tracker Appointment Tracker allows an assigned admin to input client information regarding their appointment and their appointment time. T

Tesla App Update Differences Extractor

Tesla App Update Differences Extractor Python program that finds the differences between two versions of the Tesla App. When Tesla updates the app a l

This code can help you with auto update for-TV-advertisements in the store.

Auto-update-files-for-TV-advertisements-in-the-store This code can help you with auto update for-TV-advertisements in the store. It was write for Rasp

The update manager for the ERA App (era.sh)

ERA Update Manager This is the official update manager used in the ERA app (see era.sh) How it works Once a new version of ERA is available, the app l

This is friendlist update tools & old idz clon & follower idz clon etc
This is friendlist update tools & old idz clon & follower idz clon etc

This is friendlist update tools & old idz clon & follower idz clon etc

Blender addon, import and update mixamo animation

This is a blender addon for import and update mixamo animations.

Update your Nintendo Switch cheats with one click, or a bit more~
Update your Nintendo Switch cheats with one click, or a bit more~

Interactive-ASM-Cheats-Updater This updater unlocks your ability of updating most of the ASM cheats for Nintendo Switch. Table of Contents Functions Q

Python scripts to interact with Upper Deck ePack online trading card platform

This script should connect to the Upper Deck ePack API using your browser cookies and download a list of your current collection and save it as a CSV.

Registro Online (100% Python-Mysql)

Registro elettronico scritto in python, utilizzando database Mysql e Collegando Registro elettronico scritto in PHP

Releases(CLI-v02)
  • CLI-v02(Oct 26, 2021)

    Commandes

    LANG

    lang permet de saisir la langue de l'updater, en/fr

    lang <langue>
    lang fr
    

    DL

    dl permet de téléchargé un registre directement depuis son adresse

    dl <chemin> <adresse>
    dl /main https://raw.githubusercontent.com/pf4-DEV/glade/main/update.txt
    

    ROAD

    road permet de géré la liste des fichier de redirection:
    road list affiche la liste
    road add ajoute une adresse a la liste
    road del supprime une adresse a la liste
    road read lie les fichier de redirection

    RDL

    rdl téléchargé un registre depuis les fichier de redirection:\

    dl <chemin> + <nom>
    dl /main glade
    
    Source code(tar.gz)
    Source code(zip)
    cli-updater.py(3.82 KB)
  • v01(Oct 25, 2021)

    online-update

    démarrage rapide

    online-update est un programme python permettant de mettre a jour des dossier et de fichier depuis une adresse web.

    Mode préconfiguré

    Deux mode sont prévue, le premier permet au créateur d’un programme de pré-configuré online-update pour directement téléchargé depuis une adresse web.
    Pour cela il suffit de modifier updfile = None à la ligne 22 par l’adresse du fichier d’update.
    Il est aussi possible de modifier a langue de l’updater, français (fr) ou anglais (en) a la ligne 23.

    Mode cli

    Dans la cas ou la ligne 22 et laissé à None, l’updater affiche une interface cli permettant de saisir l’adresse du registre

    Créé un registre d’update

    le registre d’update référencie tout les dossier et fichier a créer et/ou télécharger.

    Création du dossier

    l’entièreté des chemin de fichier son en relatif par rapport a l’updater
    la commande mkd suivit du nom du dossier a créé permet de créer un dossier:

    mkd /mod
    

    Téléchargement de fichier

    la commande wgt suivit du nom du ficher et de son adresse (séparé par une virgule) permet de téléchargé un fichier:

    wgt /direct-time.pyw, https://raw.githubusercontent.com/pf4-DEV/glade/main/direct-time.pyw
    
    Source code(tar.gz)
    Source code(zip)
    update.py(2.12 KB)
Minimal, super readable string pattern matching for python.

simplematch Minimal, super readable string pattern matching for python. import simplematch simplematch.match("He* {planet}!", "Hello World!") {"p

Thomas Feldmann 147 Dec 01, 2022
A python script that fetches the grades of a student from a WAEC result in pdf format.

About waec-result-analyzer A python script that fetches the grades of a student from a WAEC result in pdf format. Built for federal government college

Oshodi Kolapo 2 Dec 04, 2021
A short course on Julia and open-source software development

Advanced Scientific Computing: producing better code This course is taught as a 6-session "nanocourse" at Washington University in St. Louis. See the

Tim Holy 230 Jan 07, 2023
It was created to conveniently respond to events such as donation, follow, and hosting using the Alert Box provided by twip to streamers

This library is not an official library of twip. It was created to conveniently respond to events such as donation, follow, and hosting using the Alert Box provided by twip to streamers.

junah201 8 Nov 19, 2022
Flask-built web application that simulates a time and cost calculator for charging Electric Vehicles.

ev_charging_calculator Flask-built web application that simulates a time and cost calculator for charging Electric Vehicles. The project aims to simul

1 Nov 03, 2021
Our product DrLeaf which not only makes the work easier but also reduces the effort and expenditure of the farmer to identify the disease and its treatment methods.

Our product DrLeaf which not only makes the work easier but also reduces the effort and expenditure of the farmer to identify the disease and its treatment methods. We have to upload the image of an

Aniruddha Jana 2 Feb 02, 2022
Test to grab m3u from YouTube live.

YouTube_to_m3u https://raw.githubusercontent.com/benmoose39/YouTube_to_m3u/main/youtube.m3u Updated m3u links of YouTube live channels, auto-updated e

136 Jan 06, 2023
x-tools is a collection of tools developed in Python

x-tools X-tools is a collection of tools developed in Python Commands\

5 Jan 24, 2022
Data 25 Star Wars Project With Python

Data 25 Star Wars Project Instructions The character data in your MongoDB database has been pulled from https://swapi.tech/. As well as 'people', the

1 Dec 24, 2021
SimilarWeb for Team ACT v.0.0.1

SimilarWeb for Team ACT v.0.0.1 This module has been built to provide a better environment specifically for Similarweb in Team ACT. This module itself

Sunkyeong Lee 0 Dec 29, 2021
Holographic Declarative Memory for Python ACT-R

HDM This is the repository for the Holographic Declarative Memory (HDM) module for Python ACT-R. This repository contains: documentation: a paper, con

Carleton Cognitive Modeling Lab 1 Jan 17, 2022
calculadora financiera hecha en python

Calculadora financiera Calculadora de factores financieros basicos, puede calcular tanto factores como expresiones algebraicas en funcion de dichos fa

crudo 5 Nov 10, 2021
This project recreates the R-based RCy3 Cytoscape Automation library as a Python package.

Python library for calling Cytoscape Automation via CyREST

Cytoscape Consortium 40 Dec 22, 2022
Aggressor script that gets the latest commands from CobaltStrikes web site and creates an aggressor script based on tool options.

opsec-aggressor Aggressor script that gets the latest commands from CobaltStrikes opsec page and creates an aggressor script based on tool options. Gr

JP 10 Nov 26, 2022
Implementation of the MDMC method to search for magnetic ground state using VASP

Implementation of MDMC method ( by Olga Vekilova ) to search for magnetic ground state using VASP

Utkarsh Singh 1 Nov 27, 2021
An implementation of an interpreter for the Brainfuck esoteric language in Python

Brainfuck Interpreter in Python An implementation of an interpreter for the Brainfuck esoteric language in Python. 🧠 The Brainfuck Language Created i

Carlos Santos 0 Feb 01, 2022
In this project, we are going to display the battery notification and the time left for the battery to drain out using the battery capacity value.

In this project, we are going to display the battery notification and the time left for the battery to drain out using the battery capacity value.

Ritoban Biswas 1 Dec 20, 2021
Python library for generating CycloneDX SBOMs

Python Library for generating CycloneDX This CycloneDX module for Python can generate valid CycloneDX bill-of-material document containing an aggregat

CycloneDX SBOM Standard 31 Dec 16, 2022
CHIP-8 interpreter written in Python

chip8py CHIP-8 interpreter written in Python Contents About Installation Usage License About CHIP-8 is an interpreted language developed during the 19

Robert Olaru 1 Nov 09, 2021
This repository provides a set of easy to understand and tested Python samples for using Acronis Cyber Platform API.

Base Acronis Cyber Platform API operations with Python !!! info Copyright © 2019-2021 Acronis International GmbH. This is distributed under MIT licens

Acronis International GmbH 3 Aug 11, 2022