Skip to content

Commit

Permalink
Update readme and icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
mintnick committed Jul 12, 2021
1 parent b138b15 commit dd4b7b9
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/ESSM.iml → .idea/ESAM.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified ESAM.exe
Binary file not shown.
2 changes: 2 additions & 0 deletions ESAM.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

# Values
title = 'ESAM'
icon = 'images\icon.ico'
size = '600x300+600+400'
loading = '读取中...'
file_path = Path.home().__str__()\
Expand Down Expand Up @@ -86,6 +87,7 @@ def overwrite():
# Window
window = Tk()
window.title(title)
window.iconbitmap(icon)
window.geometry(size)
window.minsize(600, 300)

Expand Down
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# ESAM
EveSerenityAccountManager
![example](https://user-images.githubusercontent.com/14357052/125225989-8dedfc80-e313-11eb-85a3-136c5018d2f5.JPG)

## 介绍
ESAM是一个管理EVE国服角色和账户设置的小工具,使用Python和Tkinter编写,可在**Windows**环境下使用。
和欧服的[EANM](https://github.com/Bertral/EANM/) 类似,选择一个角色或账户作为模板,覆盖其它所有角色或账户。
与EANM不同的地方是,不需要安装jar,不需要将程序放在设置文件夹里。

## 安装和使用
* 下载压缩包
* 解压至任意位置
* 运行ESAM.exe
* 等待角色信息读取(角色名来自公开的ESI,不涉及隐私,当角色数量较多时,等待时间较长)
* 选择模板角色和账号
* 确认覆盖其它设置文件

## English
**E**ve**S**erenity**A**ccount**M**anager is an account/character management tool for EVE Online Serenity server(China server). Similar to [EANM](https://github.com/Bertral/EANM/),
choose a base character/user to overwrite the others.

A few differences:
* Writen in Python and Tkinter
* Using default path, doesn't required to be in the setting directory
* Request names from the Serenity ESI with Chinese characters
Binary file removed icon.ico
Binary file not shown.

0 comments on commit dd4b7b9

Please sign in to comment.