Metadata-Version: 2.2
Name: small_scripts_manager
Version: 1.0.2
Summary: This module provides a simple and responsive GUI interface to navigate your collection of small scripts.
Home-page: 
Author: CPUcademy
Author-email: cpucademy@gmail.com
License: MIT
Keywords: cpucademy small scripts manager application gui
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: cryptography
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

==========================
CPUlib
==========================
This module provides a simple and responsive GUI interface to navigate your collection of small scripts.
The name of the imported module has to be the same as of the function inside it that is to be executed.
Download the full example from: https://github.com/CPUcademy/small_python_projects/tree/main/small_scripts_manager.

Usage
==========================
Example of running the project:

   .. code-block:: bash

	import small_scripts_manager as ssm
	s = ssm.SmallScriptsManager()
