Metadata-Version: 2.4
Name: seqbuild
Version: 0.0.11
Summary: A collection of algorithms for pseudo-random number generation.
Home-page: https://github.com/Changissnz/seqbuild
Author: Richard Pham
Author-email: Richard Pham <phamrichard45@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/changissnz/seqbuild
Project-URL: Issues, https://github.com/changissnz/seqbuild/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: author
Dynamic: home-page
Dynamic: license-file

# About: Seqbuild

Go to the Github project, [Seqbuild](https://www.github.com/changissnz/seqbuild) 
for more information. 

# Basic Usage 

After installation, the below script would load up the user interface. 

```
from seqbuild.face import sb_ui

sb_ui.run_sb_app() 
```

Inside the interface, there is a HELP button. Additionally, for any term T of  
question, submit  

```
help T. 
```

for more details. 

