Metadata-Version: 2.4
Name: aryu44
Version: 1.1.0
Summary: ファイル操作
Author-email: aryu44 <asano12300@gmail.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# aryu44
python module

## インストール方法
```
pip install aryu44
```

## 仮想環境が入っていない場合
ubuntuの場合
```
sudo apt install python3-venv
```
```
sudo apt install python3-pip
```
```
python3 -m venv venv
```
```
source ~/venv/bin/activate
```