Skip to content

Commit

Permalink
Version 1.1.0 - added automation module
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexxt authored Oct 3, 2023
1 parent e3efdf6 commit 5c9df39
Show file tree
Hide file tree
Showing 8 changed files with 690 additions and 3 deletions.
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# mipy

8 changes: 7 additions & 1 deletion doc/DOWNLOADS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,10 @@ PIP Libraries:
web:
- hug
- Flask
- Jinja2
- Jinja2

automation:
- inputs
- keyboard
- mouse
- pyautogui
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions pip/automation
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
inputs
keyboard
mouse
pyautogui
Binary file added tmp/python_installer.exe
Binary file not shown.
3 changes: 2 additions & 1 deletion windows-fr.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Clear-Host

$version="1.0.2"
$version="1.1.0"

Clear-Host
Write-Host -BackgroundColor DarkBlue "Installateur de la distribution mipy $version"
Get-Content .\ascii-art.ans
Expand Down
2 changes: 1 addition & 1 deletion windows.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Clear-Host

$version="1.0.2"
$version="1.1.0"

Clear-Host
Write-Host -BackgroundColor DarkBlue "mipy $version distribution installer"
Expand Down

0 comments on commit 5c9df39

Please sign in to comment.