- Install
- Basic operation
- Basics of programming for electronic work
- Basics of programming for Excel
- Machine learning with scikit-learn
- Visualizing data with matplotlib
- Web programming
- RPA programming
- Miscellaneous programming
- Reference
Starting the misc server
To use various functions that do not fit into other categories, a dedicated server (misc server) is used.
This page explains how to start the misc server.
Functions Operated by the misc server
The misc server includes the following functions:
Installing Python
The server is a Python program.
Please install Python on your computer.
For instructions on installing Python, please refer to the Python website.
Starting the Server
A folder called msserver will be created in the folder where you extracted Tsumicky.
Enter the following command and run msServer.py in that folder to start the server.
Drive where Tsumicky was extracted:
cd Tsumicky_extracted_folder\xlserver
python msServer.py
For example, suppose you extracted Tsumicky to the tsumicky folder on the C drive.
In this case, execute the following command in the command prompt.
c:
cd \tsumicky\msserver
python msServer.py
Leave the command prompt open after the server has started.
Connecting to the misc server
If you want to use the functionality provided by the misc server, execute a block that connects to the misc server during program initialization.