Skip to content

Cecilsingh/pyScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyScripts 🐍

A collection of Python scripts put together for your convenience.

database 📖

Contains all of the scripts related to database management.

sqliteBackupRestore.py
A Python script that allows you to backup and restore an SQLite3 database. The default location for this script is for the Posit Workbench SQLite3 database location. However, this can be changed by adjusting the source_db_filename and backup_db_filename variables.

files 🧮

Contains all of the scripts related to file management.

tmpBackup.py
A Python script that allows you to take a backup of a directory and store this in a seperate directory.
tmpRestore.py
A Python script that allows you to take a previously backed up file, and restore this file elsewhere.

webServers 💻

Contains all of the scripts related to web servers.

simpleHTTP.py
A Python script that creates an Apache web server on port 8001 displaying the current user home directory. The port can be changed by adjusting the Port variable.

About

A collection of Python scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages