Metadata-Version: 2.1
Name: systux
Version: 1.0rc3
Summary: Python 3 library for automation in Linux.
Home-page: https://github.com/AutoTux/systux
Author: Juan Bindez, Collin
Author-email: juanbindez780@gmail.com
License: GPLv2 license
Project-URL: Bug Reports, https://github.com/AutoTux/systux/issues
Project-URL: Read the Docs, https://github.com/AutoTux/systux/tree/main/docs/user
Keywords: Linux,download,automations,system
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE


# Systux  v1.0.rc3

#### Command line software.

#### Sometimes it is necessary to reformat your Linux operating system and reinstall various packages. This script is designed to simplify this process by allowing you to save a list of these packages to a portable SQLite database. That way, you can even store that list on a USB stick, run the commands to reinstall those packages on your machine, and store the script along with the database in a convenient location for future use.



### Instalation:

    git clone https://github.com/AutoTux/SysTux/
    
----------

    cd SysTux/
    
### How to use:

#### See menu options:

    python3 systux -h
    

