Metadata-Version: 2.4
Name: psdui
Version: 0.0.0
Summary: PseudoUI is a Python library for creating beautiful pseudographics.
Author-email: IgorNk500 <igornk500@outlook.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/IgorNk500/psdui
Project-URL: Documentation, https://github.com/IgorNk500/IgorNk500/wiki
Project-URL: Repository, https://github.com/IgorNk500/psdui
Project-URL: Issues, https://github.com/IgorNk500/psdui/issues
Project-URL: Changelog, https://github.com/IgorNk500/psdui/blob/main/CHANGELOG.md
Keywords: pseudoui,psdgraf,pseudograf,pseudographics,psdinterface,pseudointerface
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 1 - Planning
Classifier: Natural Language :: English
Classifier: Environment :: Console
Requires-Python: >=3.10.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: keyboard>=0.13.5
Requires-Dist: colorama
Dynamic: license-file

<!--![Build](https://github.com/IgorNk500/psdui/actions/workflows/release_build.yml/badge.svg)-->
<div align="center">
	<!--
	<img src="logo.png" alt="Logo">
	<br/>
	<br/> -->
	<a href="https://github.com/IgorNk500/psdui/actions/workflows/release_build.yml"><img src="https://github.com/IgorNk500/psdui/actions/workflows/release_build.yml/badge.svg" alt="Build"></a>
	<a href="https://github.com/IgorNk500/psdui/actions/workflows/pylint.yml"><img src="https://github.com/IgorNk500/psdui/actions/workflows/pylint.yml/badge.svg" alt="Build"></a>
	
</div>

***
# PseudoUI
### PseudoUI is a Python library for creating beautiful pseudographics
###### *[(Go to changelog)](CHANGELOG.md)*

## Table of contents
1. [Installing](#installing)
2. ...
3. [Build](#build)
4. [Workflows](#workflows)

## Installing
```bash
python -m pip install psdui
```

...

## Build
### To build the package, run:
```bash
python -m pip install build
python -m build
```
Don't forget to change the config in the `pyproject.toml` file before doing this.\
**All distributions are stored in the `dist` folder**

## Workflows
**This project contains one workflow that:**
+ collects the wheel library,
+ adds it to the release files,
+ and uploads the release to PyPi.

## If you encounter any errors, please open [issue](https://github.com/IgorNk500/psdui/issues/new "New issue") on GitHub.
