Skip to content

Sorcerio/Python-General-Utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python General Utilities

A library of general utilities for Python that include managed text menus, input validation, and more.

Features

Documentation of all functions can be found in the generalUtilities.py file above the respective function.

  • Validated user input (Boolean, Choose from a list, Number, etc)
  • Text Menus with option lists
  • One line reading of a full file
  • One line writing of a full file

Usage

  1. Download this repo directly or clone it to your project space.
  2. Include the License File and rename to whatever you wish.
    • It is required to include this file as per the license.
  3. In the Python file you would like to use this library in, add the line import generalUtilities as gu.
    • Note that generalUtilities.py must be in the same directory as the importing file or be added to your Python installation's library.
  4. Access the functions within the file using the gu accessor.

About

A library of general utilities for Python that include managed text menus, input validation, and more.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages