Metadata-Version: 2.1
Name: software-manager
Version: 0.9.0
Summary: Software manager useful for installing programs
Author: C-JeanDev Jean Claude Coppola
Author-email: <jeanclaudecoppola83@gmail.com>
Keywords: python,software,software_manager,manager,install,
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown


# Types of installation
   

## Installation With pip

    pip install software_manager

<hr>

## Or Download The Code

#### Simple Software manager useful for installing programs for the Linux Distros test quickly and automatically, or Simple Installation for Personal configuration
 
<br>
 
## Module Required 
- `pip install getch`
- `pip install print_color`

```python 
    from Class.Menu import menu


    def main() -> None:
        m = menu('>', 'blue') //Indicator, Color 
        m.start()


    if __name__ == "__main__":
        main()
```
<hr>

## Programs you can install

<br>

## - General

- Gnome Tweaks & Extensions
- Alacritty
## - Software
- Neovim
- Visual Studio Code
- Discord
- Spotify
- Chrome
## - Programming Languages
- C++
- Rust
- Pascal

### Don't hesitate to contact me on github to request software additions
<hr>
<br>

```_____        __ _                           
  / ____|      / _| |                          
 | (___   ___ | |_| |___      ____ _ _ __ ___  
  \___ \ / _ \|  _| __\ \ /\ / / _` | '__/ _ \ 
  ____) | (_) | | | |_ \ V  V / (_| | | |  __/ 
 |_____/ \___/|_|  \__| \_/\_/ \__,_|_|  \___| 

 |  \/  |                                      
 | \  / | __ _ _ __   __ _  __ _  ___ _ __     
 | |\/| |/ _` | '_ \ / _` |/ _` |/ _ \ '__|    
 | |  | | (_| | | | | (_| | (_| |  __/ |       
 |_|  |_|\__,_|_| |_|\__,_|\__, |\___|_|       
                            __/ |              
                           |___/                                            
```

