This projects are meant for study
Project description
This program is meant for study and made by a 12 years old kid. Fell free to look at my teacher’s teach: https://youtu.be/1egtTXUJ3-4
IF anyone wanted to study try study this channel: https://youtu.be/MEaEVF3ZWfE (8Hours and 38 minuets long) —> Don’t forget to Subscribe Best of luck by Fin
This version is’t finished it yet since ti forberifly explains abour oop bu using Python + Socket Feel free to change anythong you pleased.Let’s get this straight i felt very lazy too translate thai to English so please use the translator Thanks uwu. p.s. pls don’t mind the character used in the process ->w<- also this is copied from uncle chat so the content might not matched the study.
Setting up
เปิด CMD / Terminal
pip install finschool
How to use
[STEP 1] - เปิด IDLE ขึ้นมาแล้วพิมพ์…
from finschool import Student, Lambhorgini, SpecialStudent, Teacher
allstudent = []
teacher1 = Teacher('Ada lovelace')
teacher2 = Teacher('Bill Gates')
print(teacher1.students)
#Day 1
print('---Day1---')
st1 = Student('Albert','Einstein')
allstudent.append(st1)
teacher2.AddStudent(st1)
print(st1.fullname)
#Day2
print('----Day2-----')
st2 = Student('Steve','Jobs')
allstudent.append(st2)
teacher2.AddStudent(st2)
print(st2.fullname)
#Day3
print('---Day3---')
st1.Coding()
st2.Coding()
#Day4
print('---Day4---')
st1.ShowEXP()
st2.ShowEXP()
#Day5
print('-----Day5-----')
stp1 = SpecialStudent('Thomas','Edison','Hitler')
allstudent.append(stp1)
teacher1.AddStudent(stp1)
print(stp1.fullname)
print('ครูครับขอคะแนนฟรีสัก 20 คะแนนได้ไหม')
stp1.exp = 20 #แก้ไขค่าไนคลาสได้
stp1.ShowEXP()
stp1.Coding()
#Day6
print('----Day6----')
stp1.ShowEXP()
for i in range(4):
st1.Coding()
st2.Coding()
st1.ShowEXP()
st2.ShowEXP()
#Day7
print('----Day7----')
print('นักเรียนหบัยย้ายกันยังไงจ๋ะ?')
print(allstudent)
for st in allstudent:
print('ผม: {} กลับบ้านด้วย {} ครับ'.format(st.name,st.vehicle))
if isinstance(st,SpecialStudent):
st.vehicle.SelfDriving(st)
#Day 8
print('-------Day8--------')
teacher1.CheckStudent()
teacher2.CheckStudent()
print('two students exp', st1 + st2)
หรือเปิด cmd / terminal แล้วพิมพ์
python -m finschool
[STEP 2] - กรอกชื่อผู้ใช้งานในช่อง Name - กด Enter Chatroom เพื่อเข้าห้องแชทรวม (เลขห้องแชทรวมคือ 10001)
หากต้องการสร้างห้องใหม่ - กด New Room - โปรแกรมจะสร้างห้องให้อัตโนมัติ (จำเลขห้องไว้ส่งให้เพื่อน) - กด Enter Chatroom เพื่อเริ่มแชท
[STEP 3] - ใช้งานได้เลยจ้าาา หากมีการกดปิดโปรแกรมระบบจะแจ้งให้สมาชิกท่านอื่นทราบว่าผู้ใช้ได้ออกจากกลุ่มแล้ว
Made by; Fin FB: - YouTube: -
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file finschool-0.0.3.tar.gz
.
File metadata
- Download URL: finschool-0.0.3.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e976537d8ef18b0ec6b4de69af9a3019eba5722e7f9a9bdf415c8a8b805d8ab |
|
MD5 | 4ae337747d05fdba62ddf263e949c953 |
|
BLAKE2b-256 | 43731e8cc353468d0296f567aa23b515ac077f6e50fcf47f500b254691fc51ff |