EXTERNAL TRAINING - PYTHON DEPARTMENT : II CSE-A (2026)
S. NO REG NO NAME DEPT
22BECSE004 ADARSH S CSE
2 22BECSE005 AJAYKUMAR R CSE
3 22BECSE006 AMUTHAN S M CSE
4 22BECSE0l1 ASWATH SATISH CSE
22BECSE013 BHARANIDHARAN M CSE
6 22BECSE015 CHANDRU R CSE
7
22BECSE017 DEEPAK RAJ M CSE
8
22BECSE018 DHARANI S CSE
9 22BECSE020 DHARANIKRISHNAN R CSE
10 22BECSE023 DHINESH S CSE
11
22BECSE025 DINESH S B CSE
12 22BECSE028 GOKUL M (21.02.2004) CSE
13
22BECSE029 GOKUL M (20.02.2005) CSE
14 22BECSE032 HARESHKUMAR G CSE
15 22BECSE033 HARISH N CSE
16 22BECSE034 HARISH R CSE
17 22BECSE039 JEYA SELVAN M CSE
18
22BECSE040 JOSEPH ANTHONI A CSE
19 22BECSE043 KAMALESHWARAN K CSE
20 22BECSE045 KARTHICK R CSE
21
22BECSE050 MADHAN M CSE
22 22BECSE051 MAHESHKUMAR T CSE
23
22BECSE055 MOHAMED FAZIL A CSE
24 22BECSE056 MOHANRAJ S CSE
25
22BECSE058 NAAGA DIYANESH N CSE
26 22BECSE060 NAVEEN C CSE
27 22BECSE061 NAVEENRAJ M CSE
AADHISH C CSE
29 22BECSE012 AYYANAR.M CSE
30 22BECSE019 DHARANIDHARAN V CSE
31 22BECSE022 DHARSHAN.S CSE
DHIPESH KUMAR J CSE
33
22BECSE031 HAFEEF B
CSE
34 HARISH V S
22BECSE035 CSE
35 22BECSE042 KAILASAM T CSE
36 22BECSE046 KAVIN K CSE
37
22BECSE048 LOK PRASANTH KUMAR B CSE
38 22BECSE053 MANIKANDAN K CSE
39 22BECSE054 MANOJ KUMAR P
CSE
40
22BECSE002 AARTHI VISHAKHA CSE
41 22BECSE003 ABIRAINA K CSE
42 22BECSE009 ARULDHARANI S CSE
43 22BECSE0l0 ASHWINI T B CSE
44
22BECSE016 CHARITHRA P
CSE
45
22BECSE021 DHARANIPRIYA M CSE
46
22BECSE026 ESAKKIAMMAL A CSE
47
22BECSE027 GEERTHIGAA G CSE
48 22BECSE030 GOMATHI S CSE
49
22BECSE037 JAISATHYA S CSE
50 22BECSE038 JENCY RUBA S CSE
51
22BECSE052 MAHESWARI A CSE
KANISHKA M CSE
PARTMENT : II CSE-A (2026)
PROJECT TITLE
[ Hand cricket game ]: (Easy)
Challenge your friends in this hand cricket game with AI opponents, by generating random
values.
- get input from user,
- get computer to play his move
- like this build the game to see who wins the game.
[ stop watch ]: (Easy)
Build a customizable t1mer with different options like setting minutes and seconds.
- start and stop
- play not1ficat1on sound once hit the timer.
[ Password Generator ]: (Easy)
Create secure passwords with custom length and complexity like including special
characters and digits and characters. and use shuffle algorithm.
- set min length
- set max lenght
using combination of characters, digits and symbols
- shuMe using shuffling algorithm
[ implement tower of hanoi with graphics library ]: (Easy) using graphics library, run tower
of hanoi.
- The final output should be like animation
- where it show each and every step how the problem is being solved
[ use DFS to find home of rabbit ]: (Intermediate)
In our child hood, we use to play a puzzle game, where we have to start from one end and
reach the other end. by using dfs create the path.
- by using visual libraries,
- your final output should show the correct path
[ Image Cropper & Resizer ]: (Intermediate)
some times, we are suppose to make our image to required size and dimension.
- create a app that accept image
- on getting 4 coordinates, it should able to crop the image.
- by changing the resolution, try to decrese the size of image.
[ Recipe Organizer ]: (Intermediate)
Store and search your favorite recipes with categories and ratings.
- able to add recipe
- able to search by categories
[ Custom music player ]: (Easy)
- list all musics in your computer
- categorize them with labels
- search option should be there
- play songs as per playlist
- user should be able to add songs to fav list
[ Dice Roller ]: (Easy)
- create a snake later game in python
- and other libraries.
[ Expense Tracker ]: (Intermediate)
Create a simple expense tracker that allows users to input their daily expenses and view
a summary.
app should be after to categorize your expenses automatically
- at the end of the month it should autmatically show you the balance sheet.
[ aptitute helper ]: (Easy)
- as a college students we used to prepare for our aptitute exams.
- it is hard for few people to remember all formulas and tricks
- make a app that will suggest you formulas and tricks effeciently
- use decision making algorithm
[ locks files and folder ]: (Easy)
- your application should able to lock files and folder
- only by using password, files and folders should be able to get opened.
[ Simple Unit Converter ]: (Easy)
- A gui app which should have variable options for conversions.
- it should to convert given input to desired format.
[ Simple Unit Converter ]: (Easy)
- A gui app which should have variable options for conversions.
- it should to convert given input to desired format.
[ Currency Convener ]: (Easy)
Fetch live exchange rates from an API and enable currency conversions.
[ Random Quote Generator ]: (Easy)
Access a quotes API to display random inspirational
or funny quotes.
[ Web Scraper ]: (Intermediate)
Extract specific data from websites using libraries like
Beautiful Soup or Requests.
- Amazon or flipcart Product Price Tracker
[ File Organizer ]: (Intermediate)
Automate file sorting and categorization based on user-defined criteria.
In MAC BOOK's file explorer have tag option to categorize folder with colors.
- create application where we can add colors based tags
[ Data Visualization ]: (Intermediate)
Use libraries like Matplotlib or Seaborn to create charts and graphs from datasets.
- class attendance data
- individual student performance.
[ Simple Text Editor]: (Intermediate)
Build a basic text editor with functionality like opening, saving, and editing text files.
- can able to undo and redo words not letters
- by this way we do undo and redo efficiently
[ Simple portifolio page ]: (Intermediate)
- a web page using python with any web framework libraries like
- django or flask
[ Hangman Game ]: (Intermediate)
Implement the classic word-guessing game with scoring and visual elements.
- using python pygame library
[Tic-Tae-Toe ]: (Intermediate)
Build the two-player game Tic-Tae-Toe with AI or multiplayer options.
- where you should be able to get back to previous state of game
- 2 player option
vs AI option should also be available
- using GUI libraries to get UI
[ To-Do List App ]: (Intermediate)
Develop a simple to-do list application with functionality to add, remove, and mark
tasks.
- use python visual lirary
[ Password Manager]: (Intermediate)
Design a secure password manager to store and encrypt important login credentials.
[ Hand cricket game ]: (Easy)
Challenge your friends in this hand cricket game with AI opponents, by generating
random values.
- get input from user,
- get computer to play his move
- like this build the game to see who wins the game.
EXTERNAL TRAINING - PYTHON DEPARTMENT : IICSD (2026)
S. NO REG NO NAME DEPT
1
22BECSD005 ARUNKUMAR G CSD
2
BHARANIDHARAN V CSD
22BECSD006
3 22BECSD010 DHARANIDHARAN D CSD
4
22BECSD011 DHARANIKUMAR M CSD
22BECSD013 DINESHKUMAR J CSD
6
22BECSD014 EBY CHRISTWIN C CSD
7
22BECSD015 GOKULAN G S CSD
8 22BECSD016 GOKUL KUMAR G R CSD
9 22BECSD017 GURUCHARAN N M CSD
10
22BECSD018 HARI HARAN L CSD
11
22BECSD020 HARISH S (27 12 04) CSD
12
22BECSD021 HARISH S (8 7 05) CSD
13
22BECSD023 JEEVAN M S CSD
14
22BECSD025 JENEWAA P CSD
15 22BECSD027 KARTHIKEYAN R CSD
16
22BECSD028 KARTHIKEYAN S CSD
17 22BECSD029 KATHIRAVAN B CSD
18
22BECSD032 KISHORE K CSD
19
22BECSDO34 MANO M CSD
20
22BECSD042 PRADEEP S CSD
21
22BECSD043 RAJA GURU S CSD
22
22BECSD044 RAJESHWARAN S CSD
23 22BECSD045 RAM SIDHARTH K CSD
24
22BECSD047 SAKTHIVEL K CSD
25
22BECSD048 K SAMUEL JEBARAJ CSD
26 22BECSD052 SATHISH J CSD
27 22BECSD053 SHARMA R CSD
28
22BECSD054 SUDHARSAN R CSD
29
22BECSD055 SURESH C CSD
30
22BECSD058 VIGNESH V CSD
31
22BECSD059 VISHAL M CSD
32
22BECSD060 VISHWA A CSD
33
22BECSD061 VISWA R CSD
34 22BECSD002 ALLWIN J CSD
35
22BECSD003 ANAND M CSD
36
22BECSD004 ANSTRON GRAIF A CSD
37
22BECSD007 CHANDERAPRAKASH D CSD
38
22BECSD019 HARISH R CSD
39
22BECSD026 KABIL RAJ P CSD
40
22BECSD031 KAVIYARASU P CSD
41
22BECSD035 MANOJ B CSD
42
22BECSD036 MANOJ KUMAR M CSD
43
22BECSD037 MANOJ KUMAR M CSD
44
22BECSD040 POOVARASAN S CSD
45
22BECSD041 PRADEEP P CSD
46 22BECSD049 SANJAY A K CSD
47
22BECSD063 YUGESHWAR K CSD
48
22BECSD009 DHARANI E CSD
49
22BECSD022 HARSHITHA A CSD
50
22BECSD024 JEEVA RANI S CSD
51
22BECSD030 KAVIYA S CSD
52
22BECSD033 LAKSHMIPRIYA P CSD
53
22BECSD039 MOUNIKA M CSD
54
22BECSD046 RENIE JESSICA R CSD
DEPARTMENT : IICSD (2026)
Project Title
[ Hand cricket game ]: (Easy)
Challenge your friends in this hand cricket game with AI opponents, by generating random
values.
- get input from user,
- get computer to play his move
- like this build the game to see who wins the game.
[ stop watch j: (Easy)
Build a customizable timer with different options like setting minutes and seconds.
- start and stop
- play notification sound once hit the timer.
[ Password Generator ]: (Easy)
Create secure passwords with custom length and complexity like including special
characters and digits and characters. and use shuMe algorithm.
- set min length
- set max lenght
- using combination of characters, digits and symbols
- shuffle using shuffling algorithm
[ implement tower of hanoi with graphics library ]: (Easy)
using graphics library, run tower of hanoi.
- The final output should be like animation
- where it show each and every step how the problem is being solved
[ use DFS to find home of rabbit ]: (Intermediate)
In our child hood, we use to play a puzzle game, where we have to start from one end and
reach the other end. by using dfs create the path.
- by using visual libraries,
- your final output should show the correct path
[ Image Cropper & Resizer ]: (Intermediate)
some times, we are suppose to make our image to required size and dimension.
- create a app that accept image
- on getting 4 coordinates, it should able to crop the image.
- by changing the resolution, try to decrese the size of image.
[ Recipe Organizer ]: (Intermediate)
Store and search your favorite recipes with categories and ratings.
- able to add recipe
- able to search by categories
[ Custom music player j: (Easy)
- list all musics in your computer
- categorize them with labels
- search option should be there
- play songs as per playlist
- user should be able to add songs to fav list
[ Dice Roller ]: (Easy)
- create a snake later game in python
- and other libraries.
[ Expense Tracker ]: (Intermediate)
Create a simple expense tracker that allows users to input their daily expenses and view
a summary.
- app should be after to categorize your expenses automatically
- at the end of the month it should autmatically show you the balance sheet.
[ Expense Tracker ]: (Intermediate)
Create a simple expense tracker that allows users to input their daily expenses and view
a summary.
- app should be after to categorize your expenses automatically
- at the end of the month it should autmatically show you the balance sheet.
[ aptitute helper ]: (Easy)
- as a college students we used to prepare for our aptitute exams.
- it is hard for few people to remember all formulas and tricks
- make a app that will suggest you formulas and tricks effeciently
- use decision making algorithm
[ locks files and folder ]: (Easy)
- your application should able to lock files and folder
- only by using password, files and folders should be able to get opened.
[ Simple Unit Converter ]: (Easy)
- A gui app which should have variable options for conversions.
- it should to convert given input to desired format.
[ Currency Converter ]: (Easy)
Fetch live exchange rates from an API and enable currency conversions.
[ Random Quote Generator]: (Easy)
Access a quotes API to display random inspirational
or funny quotes.
[ Web Scraper j: (Intermediate)
Extract specific data from websites using libraries like Beautiful Soup or Requests.
- Amazon or flipcart Product Price Tracker
[ File Organizer ]: (Intermediate)
Automate file sorting and categorization based on user-defined criteria.
- In MAC BOOK's file explorer have tag option to categorize folder with colors.
create application where we can add colors based tags
[ Data Visualization ]: (Intermediate)
Use libraries like Matplotlib or Seaborn to create charts and graphs from datasets.
- class attendance data
- individual student performance.
[ Simple Text Editor ]: (Intermediate)
Build a basic text editor with functionality like opening, saving, and editing text files.
- can able to undo and redo words not letters
- by this way we do undo and redo efficiently
[ Simple portifolio page ]: (Intermediate)
- a web page using python with any web framework libraries like
- django or flask
[ Hangman Game ]: (Intermediate)
Implement the classic word-guessing game with scoring and visual elements.
- using python pygame library
[ To-Do List App ]: (Intermediate)
Develop a simple to-do list application with functionality to add, remove, and mark tasks.
- use python visual lirary
[ To-Do List App ]: (Intermediate)
Develop a simple to-do list application with functionality to add, remove, and mark tasks.
- use python visual lirary
[ Password Manager ]: (Intermediate)
Design a secure password manager to store and encrypt important
login credentials.
[ Hand cricket game ]: (Easy)
Challenge your friends in this hand cricket game with AI opponents, by generating random
values.
- get input from user,
- get computer to play his move
- like this build the game to see who wins the game.
[ Tic-Tae-Toe ]: (Intermediate)
Build the two-player game Tic-Tac-Toe with AI or multiplayer options.
- where you should be able to get back to previous state of game
- 2 player option
- vs AI option should also be available
- using GUI libraries to get UI
55 22BECSD050 SARANYA M CSD
56
22BECSD057 SUVETHA S CSD
[ Hand cricket game ]: (Easy)
Challenge your friends in this hand cricket game with AI opponents, by generating random
values.
- get input from user,
- get computer to play his move
- like this build the game to see who wins the game.
EXTERNAL TRAINING - PYTHON DEPARTMENT : II CSE-B (2026)
S. NO REG NO NAME DEPT
1
22BECSE066 NITHISHKUMAR S CSE
2
22BECSE070 PRADEEP N CSE
3
22BECSE073 PRIYAN G S CSE
4
22BECSE076 RAHUL ARAVINDH M CSE
22BECSE079 RANJITH C CSE
6 RAYAPUDI NAVIN KALYAN CSE
22BECSE081
7
22BECSE084 ROSHAN S CSE
8 22BECSE087 SAKTHI SUDARSHAN R
CSE
22BECSE090 SARAVANA KUMAR M CSE
10
22BECSE091 SATHYA NARAYANAN K R CSE
11
22BECSE097 SIVAM V CSE
12 22BECSE105
SRIRAM C CSE
13
22BECSE106 SRIRAMAKARTHIKEYAN J CSE
14
22BECSEl09 SUDHARSAN S CSE
15
22BECSE1ll SURENDRAN S CSE
16
22BECSEll5 THARANIDHARAN A CSE
17 22BECSE117 THARUN M CSE
18 22BECSE119 VIJAY K CSE
19
22BECSEl20 VIKRAM C CSE
20
22BECSE121 VIKRAM R CSE
21
22BECSEl23 VISHWA M CSE
22
22BECSE124 VISVANTHA U S CSE
23 22BECSE126 YOKESHWARAN M CSE
24 23LBECSE001 ABINASH B
CSE
25 23LBECSE002 AJAY PRAVEENKUMAR J CSE
26
23LBECSE003 ANATHA KANNAN P S CSE
27 23LBECSE009 SIDDARTH R CSE
28 23LBECSE010 SUDHAN C CSE
29 22BECSE068 PARIVEL R CSE
30
22BECSE07l PRASANNAVELAN R M CSE
31
22BECSE075 RAGHULRAJ T CSE
32
22BECSE077 RAHUL R CSE
33
22BECSE078 RAJKAMAL K CSE
34
22BECSE082 REGAN S CSE
SELVAGANAPATHY D CSE
36
22BECSE093 SHANYU ROGER J CSE
37 22BECSE094 SHIBU CYCRIL S K CSE
38 22BECSE098 SIVARANJAN S CSE
39
22BECSE102 SRI SAKTHIVEL M CSE
40 22BECSE116 THARUN KARTHIK K CSE
41
23LBECSE004 DINESH PAUL T CSE
42 23LBECSE005 KAVINKUMAR K CSE
43 23LBECSE006 NANDHAKUMAR K CSE
44 23LBECSE008 SHARATH M CSE
45 22BECSE083 REVATHY M CSE
46 22BECSE085 RUKKIYA ZAINAB A CSE
47 22BECSE096 SIVABHARATHI P
CSE
48
22BECSE099 SONA JERISHA J R CSE
49 22BECSE100 SOWMIYA S CSE
50 22BECSE101 SRI KANNIKA U K CSE
51
22BECSE107 SRUTHI S CSE
52
22BECSE108 SUBIKSHA S CSE
53 22BECSE113 SUVETHA S CSE
54 THAKSHATHA M
22BECSE114 CSE
55 22BECSE12S YASHINI K CSE
SILPA S CSE
57 CSE
22BECSE103 SRIDHISHA K
G - PYTHON DEPARTMENT : II CSE-B (2026)
PROJECT TITLE
[ Hand cricket game ]: (Easy)
Challenge your friends in this hand cricket game with AI opponents, by generating random
values.
- get input from user,
- get computer to play his move
- like this build the game to see who wins the game.
[ stop watch ]: (Easy)
Build a customizable timer with different options like setting minutes and seconds.
- start and stop
- play notification sound once hit the timer.
[ Password Generator ]: (Easy)
Create secure passwords with custom length and complexity like including special
characters and digits and characters. and use shuffle algorithm.
- set min length
- set max lenght
- using combination of characters, digits and symbols
- shuMe using shuMing algorithm
[ implement tower of hanoi with graphics library ]: (Easy) using graphics library, run
tower of hanoi.
- The final output should be like animation
- where it show each and every step how the problem is being solved
[ use DFS to find home of rabbit ]: (Intermediate)
In our child hood, we use to play a puzzle game, where we have to start from one end
and reach the other end. by using dfs create the path.
- by using visual libraries,
- your final output should show the correct path
[ Image Cropper & Resizer ]: (Intermediate)
some times, we are suppose to make our image to required size and dimension.
- create a app that accept image
- on getting 4 coordinates, it should able to crop the image.
- by changing the resolution, try to decrese the size of image.
[ Recipe Organizer ]: (Intermediate)
Store and search your favorite recipes with categories and ratings.
able to add recipe
- able to search by categories
[ Custom music player ]: (Easy)
- list all musics in your computer
- categorize them with labels
- search option should be there
- play songs as per playlist
- user should be able to add songs to fav list
[ Dice Roller ]: (Easy)
- create a snake later game in python
- and other libraries.
[ Expense Tracker ]: (Intermediate)
Create a simple expense tracker that allows users to input their daily expenses and view
a summary.
- app should be after to categorize your expenses automatically
- at the end of the month it should autmatically show you the balance sheet.
[ aptitute helper ]: (Easy)
as a college students we used to prepare for our aptitute exams.
- it is hard for few people to remember all formulas and tricks make app that will
suggest you formulas and tricks effeciently
- use decision making algorithm
[ locks files and folder ]: (Easy)
- your application should able to lock files and folder
only by using password, files and folders should be able to get opened.
[ Simple Unit Converter ]: (Easy)
- A gui app which should have variable options for conversions.
- it should to convert given input to desired format.
[ Currency Converter ]: (Easy)
Fetch live exchange rates from an API and enable
currency conversions.
[ Random Quote Generator ]: (Easy)
Access a quotes API to display random inspirational
or funny quotes.
[ Web Scraper ): (Intermediate)
Extract specific data from websites using libraries like Beautiful Soup or Requests.
- Amazon or flipcart Product Price Tracker
[ File Organizer ]: (Intermediate)
Automate file sorting and categorization based on user-defined criteria.
In MAC BOOK's file explorer have tag option to categorize folder with colors.
- create application where we can add colors based tags
[ Data Visualization ]: (Intermediate)
Use libraries like Matplotlib or Seaborn to create charts and graphs from datasets.
- class attendance data
- individual student performance.
[ Simple Text Editor ]: (Intermediate)
Build basic text editor with functionality like opening, saving, and editing text files.
- can able to undo and redo words not letters
- by this way we do undo and redo efficiently
[ Simple portifolio page ]: (Intermediate)
- a web page using python with any web framework libraries like
- django or flask
[ Hangman Game ]: (Intermediate)
Implement the classic word-guessing game with scoring and visual elements.
- using python pygame library
[ To-Do List App ]: (Intermediate)
Develop a simple to-do list application with functionality to add, remove, and mark tasks.
- use python visual lirary
[ Password Manager ]: (Intermediate)
Design secure password manager to store and encrypt important
login credentials.
( Hand cricket game ]: (Easy)
Challenge your friends in this hand cricket game with AI opponents, by generating
random values.
- get input from user,
- get computer to play his move
like this build the game to see who wins the game.
[Tic-Tae-Toe ]: (Intermediate)
Build the two-player game Tic-Tac-Toe with
AI or multiplayer options.
- where you should be able to get back to previous state of game
- 2 player option
- vs AI option should also be available
- using GUI libraries to get UI
( Hand cricket game ]: (Easy)
Challenge your friends in this hand cricket game with AI opponents, by generating
random values.
- get input from user,
- get computer to play his move
like this build the game to see who wins the game.
EXTERNAL TRAINING - PYTHON DEPARTMENT : II CYBER SECURITY (2026)
S. NO REG NO NAME DEPT
22BECY003 P.AJAI CY
2 22BECY004 ALAGUMANIKANDAN.R CY
3 22BECY005 ANANTHA KUMAR S CY
4 22BECY006 BALA K CY
5 22BECY007 BHARANISHANKAR CY
6 22BECY008 BHARATH KUMAR J M CY
7 22BECY009 CHANDRU S CY
8 22BECY010 CHARLES S CY
9 22BECY011 DHANUSH S CY
10 22BE Y013 DHANUSH K CY
11 22BECY014 DHANUSH T CY
12 22BECY017 FASHITH SHAMEER S CY
13 22BECY018 GOKUL.C CY
14 22BECY019 GUNA K CY
15 22BECY020 HARI. L CY
16 22BECY021 HARIPRASATH G CY
17 22BECY028 KALEESHWARAN.S CY
18 22BECY029 KAVIN KUMAR G CY
19 22BECY030 KISHORE KUMAR CY
20 22BECY031 MADANSANKARAVEL V CY
21 22BECY032 MURALIDHARAN S CY
22 22BECY034 NAVEEN BALAJI.S CY
23 22BECY038 PAVAN S CY
24 22BECY041 A.PRAVEEN KUMAR CY
25 22BECY042 PRAVIN RAAM R CY
26 22BECY043 PRIYADHARSAN N CY
27 22BECY045 RAJKUMAR S CY
28 22BECY046 RANJITH KUMAR L CY
29 22BECY047 SANTHOSH S CY
30 22BECY048 SARAVANAN. R CY
31 22BECY049 SHADHARAN Y CY
32 22BECY052 SUBASH D CY
33 22BECY055 SUJINDHAR S.G CY
34 22BECY057 THIRUNAVUKKARASU. P CY
35 22BECY060 M.VISHWA CY
36 22BECY061 R.YASHWANTH RAJ CY
37 22BECY022 HARIHARAN S CY
38 22BECY024 JAIAKASH.M CY
39 22BECY035 NAVEENKUMAR.S CY
40 22BECY040 PRADHABAN CY
41 22BECY056 TAMILVELAN CY
42 22BECY059 VETRIVEL R CY
43 22BECY012 DEEPTHY K CY
44 22BECY015 DHARANIS. S CY
45 22BECY025 JANARANJANA.S CY
46 22BECY026 JESSICA GRACE A CY
47 22BECY037 NIVITHA.A CY
48 22BECY039 POOMATHI RAJA. L CY
49 22BECY050 SNEHA S CY
50 22BECY054 SUBHA.V CY
51 22BECY058 TREASA PHILIP CY
52 22BECY063 YAZHINI S CY
53 23LBECY003 NITHYA SHREE S CY
54 22BECY023 HARINI R CY
55 22BECY033 NANDHINI PRIYA P CY
56 22BECY044 PRIYADHARSHINI.G CY
57 22BECY062 K YAZHINI CY
ARTMENT : II CYBER SECURITY (2026)
PROJECT TITLE
[ Hand cricket game ]: (Easy)
Challenge your friends in this hand cricket game with AI opponents, by generating random
values.
- get input from user,
get computer to play his move
- like this build the game to see who wins the game.
[ stop watch ): (Easy)
Build a customizable timer with different options like setting minutes and seconds.
- start and stop
- play notification sound once hit the timer.
[ Password Generator j: (Easy)
Create secure passwords with custom length and complexity like including special
characters and digits and characters. and use shuffle algorithm.
- set min length
- set max lenght
using combination of characters, digits and symbols
- shuMe using shuMing algorithm
[ implement tower of hanoi with graphics library ]: (Easy) using graphics library, run tower
of hanoi.
- The final output should be like animation
- where it show each and every step how the problem is being solved
[ use DFS to find home of rabbit ]: (Intermediate)
In our child hood, we use to play a puzzle game, where we have to start from one end and
reach the other end. by using dfs create the path.
by using visual libraries,
- your final output should show the correct path
[ Image Cropper & Resizer ]: (Intermediate)
some times, we are suppose to make our image to required size and dimension.
- create a app that accept image
- on getting 4 coordinates, it should able to crop the image.
- by changing the resolution, try to decrese the size of image.
[ Recipe Organizer ]: (Intermediate)
Store and search your favorite recipes with categories and ratings.
- able to add recipe
- able to search by categories
[ Custom music player ]: (Easy)
- list all musics in your computer
- categorize them with labels
- search option should be there
- play songs as per playlist
user should be able to add songs to fav list
[ Dice Roller ]: (Easy)
create a snake later game in python
- and other libraries.
[ Expense Tracker ]: (Intermediate)
Create a simple expense tracker that allows users to input their daily expenses and view
a summary.
- app should be after to categorize your expenses automatically
- at the end of the month it should autmatically show you the balance sheet.
[ aptitute helper ]: (Easy)
as a college students we used to prepare for our aptitute exams.
- it is hard for few people to remember all formulas and tricks
- make a app that will suggest you formulas and tricks effeciently
- use decision making algorithm
[ aptitute helper ]: (Easy)
as a college students we used to prepare for our aptitute exams.
- it is hard for few people to remember all formulas and tricks
- make a app that will suggest you formulas and tricks effeciently
- use decision making algorithm
[ locks files and folder ]: (Easy)
- your application should able to lock files and folder
- only by using password, files and folders should be able to get opened.
[ Simple Unit Converter ]: (Easy)
- A gui app which should have variable options for conversions.
- it should to convert given input to desired format.
[ Currency Converter ]: (Easy)
Fetch live exchange rates from an API and enable
currency conversions.
[ Random Quote Generator ]: (Easy)
Access a quotes API to display random inspirational
or funny quotes.
[ Web Scraper ]: (Intermediate)
Extract specific data from websites using libraries like Beautiful Soup or Requests.
- Amazon or flipcart Product Price Tracker
[ File Organizer ]: (Intermediate)
Automate file sorting and categorization based on user-defined criteria.
- In MAC BOOK's file explorer have tag option to categorize folder with colors.
- create application where we can add colors based tags
[ Data Visualization ]: (Intermediate)
Use libraries like Matplotlib or Seaborn to create charts and graphs from datasets.
- class attendance data
individual student performance.
[ Simple Text Editor ]: (Intermediate)
Build a basic text editor with functionality like opening, saving, and editing text files.
- can able to undo and redo words not letters
- by this way we do undo and redo efficiently
[ Simple portifolio page ]: (Intermediate)
a web page using python with any web framework libraries like
- django or flask
[ Web Scraper j: (Intermediate)
Extract specific data from websites using libraries like Beautiful Soup or Requests.
- Amazon or flipcart Product Price Tracker
[ Hangman Game ]: (Intermediate)
Implement the classic word-guessing game with scoring and visual elements.
- using python pygame library
[ To-Do List App ]: (Intermediate)
Develop a simple to-do list application with functionality to add, remove, and mark tasks.
- use python visual lirary
[ Password Manager ]: (Intermediate)
Design a secure password manager to store and encrypt important
login credentials.
[ Hand cricket game ]: (Easy)
Challenge your friends in this hand cricket game with AI opponents, by generating random
values.
- get input from user,
get computer to play his move
- like this build the game to see who wins the game.
[ Tic-Tac-Toe ]: (Intermediate)
Build the two-player game Tic-Tac-Toe with AI or multiplayer options.
- where you should be able to get back to previous state of game
- 2 player option
- vs AI option should also be available
- using GUI libraries to get UI
[ Hand cricket game ]: (Easy)
Challenge your friends in this hand cricket game with AI opponents, by generating random
values.
- get input from user,
- get computer to play his move
- like this build the game to see who wins the game.
[ Simple Unit Converter ]: (Easy)
- A gui app which should have variable options for conversions.
- it should to convert given input to desired format.
[ Currency Converter ]: (Easy)
Fetch live exchange rates from an API and enable
currency conversions.
EXTERNAL TRAINING - PYTHON DEPARTMENT : II AIDS (2026)
S. NO REG NO NAME DEPT Project Title
1 22BTAD004 AKASH S A AIDS [ Hand cricket game ]: (Easy)
Challenge your friends in this hand cricket game with AI opponents, by generating
random values.
- get input from user,
2 22BTAD010 ASWIN P AIDS - get computer to play his move
- like this build the game to see who wins the game.
3 22BTAD012 BHARANIDHARAN R M AIDS [ stop watch ]: (Easy)
Build a customizable timer with different options like setting minutes and seconds.
- start and stop
4 22BTAD014 ELANGO V AIDS - play notification sound once hit the timer.
5 22BTAD018 GOWTHAM K AIDS [ Password Generator ]: (Easy)
Create secure passwords with custom length and complexity like including special
characters and digits and characters. and use shuMe algorithm.
- set min length
- set max lenght
- using combination of characters, digits and symbols
- shuMe using shuMing algorithm
6 22BTAD019 GOWTHAM R AIDS
7 22BTAD020 HARI GOKULAN S AIDS [ implement tower of hanoi with graphics library ]: (Easy) using graphics library, run
tower of hanoi.
8 22BTAD022 HARISH S AIDS - The final output should be like animation
- where it show each and every step how the problem is being solved
[ use DFS to find home of rabbit j: (Intermediate)
9 22BTAD028 KAILAS NATH AIDS In our child hood, we use to play a puzzle game, where we have to start from one end
and reach the other end. by using dfs create the path.
- by using visual libraries,
10 22BTAD030 KAVEEN S M AIDS - your final output should show the correct path
11 22BTAD032 KISHORE KUMAR S AIDS [ Image Cropper & Resizer ]: (Intermediate)
some times, we are suppose to make our image to required size and dimension.
- create a app that accept image
- on getting 4 coordinates, it should able to crop the image.
12 22BTAD034 LOKESH R AIDS - by changing the resolution, try to decrese the size of image.
13 22BTAD035 MADESH G AIDS [ Recipe Organizer ]: (Intermediate)
Store and search your favorite recipes with categories and ratings.
- able to add recipe
14 22BTAD036 MAGENDIRAN RAJ R AIDS - able to search by categories
15 22BTAD037 MAHARAJA K AIDS [ Custom music player ]: (Easy)
- list all musics in your computer
- categorize them with labels
- search option should be there
- play songs as per playlist
- user should be able to add songs to fav list
16 22BTAD041 MOHANKUMAR M AIDS
17 22BTAD042 NIDESH V S AIDS [ Dice Roller ]: (Easy)
- create a snake later game in python
18 22BTAD046 RAMJIVASANTH M AIDS - and other libraries.
[ Expense Tracker ]: (Intermediate)
19 22BTAD049 ROSHAN DIBHAG S AIDS Create a simple expense tracker that allows users to input their daily expenses and
view
a summary.
20 22BTAD0S0 SABAREESH R AIDS - app should be aker to categorize your expenses automatically
- at the end of the month it should autmatically show you the balance sheet.
21 22BTAD053 SINGARAJ PANDI AIDS [ aptitute helper ]: (Easy)
- as a college students we used to prepare for our aptitute exams.
- it is hard for few people to remember all formulas and tricks
- make a app that will suggest you formulas and tricks effeciently
22 22BTAD0S6 SRI KABILESAN C AIDS - use decision making algorithm
23 22BTAD062 YOGESHWARAN P AIDS [ locks files and folder ]: (Easy)
- your application should able to lock files and folder
24 22BTAD063 YUVAN SANKAR K AIDS - only by using password, files and folders should be able to get opened.
25 23LBTAD001 ARUN PRAKASH S AIDS [ Simple Unit Converter ]: (Easy)
- A gui app which should have variable options for conversions.
- it should to convert given input to desired format.
26 23LBTAD002 GOKULA KANNAN S AIDS
27 23LBTAD006 VASANTH S AIDS [ Currency Converter ]: (Easy)
Fetch live exchange rates from an API and enable
28 22BTAD002 AATHITHYAN V AIDS currency conversions.
29 22BTAD003 ABISHKAR A AIDS [ Random Quote Generator ]: (Easy)
Access a quotes API to display random inspirational
30 22BTAD005 AKIL M AIDS or funny quotes.
31 22BTAD009 ASHWIN T K AIDS [ Web Scraper ]: (Intermediate)
Extract specific data from websites using libraries like Beautiful Soup or Requests.
Amazon or flipcart Product Price Tracker
32 22BTAD013 DILIP R AIDS
[ File Organizer ]: (Intermediate)
33 22BTAD016 GOKUL M AIDS Automate file sorting and categorization based on user-defined criteria.
- In MAC BOOK's file explorer have tag option to categorize folder with colors.
- create application where we can add colors based tags
34 22BTAD017 GOKUL P AIDS
[ Data Visualization ]: (Intermediate)
35 22BTAD024 HIMAVAN P AIDS Use libraries like Matplotlib or Seaborn to create charts and graphs from datasets.
- class attendance data
individual student performance.
36 22BTAD029 KAMALESH M AIDS
37 22BTAD038 MANICKAM A AIDS [ Simple Text Editor ]: (Intermediate)
38 22BTAD039 MANISEKAR R AIDS Build a basic text editor with functionality like opening, saving, and editing text files.
- can able to undo and redo words not letters
- by this way we do undo and redo efficiently
39 22BTAD051 SAKTHI SRIRAM S AIDS
40 22BTAD0S7 THAMARAI SELVAN U AIDS
[ Simple portifolio page ]: (Intermediate)
- a web page using python with any web framework libraries like
41 22BTAD060 VIGNESH SIBI A AIDS - django or flask
42 23LBTAD004 SARANRAJ.R AIDS [ Hangman Game ]: (Intermediate)
Implement the classic word-guessing game with scoring and visual elements.
- using python pygame library
43 23LBTAD005 VADHAN HARISH R AIDS
44 22BTAD001 AAFIATHUL ZULEHA M AIDS [ To-Do List App ]: (Intermediate)
45 22BTAD006 R ANUSHYA AIDS Develop a simple to-do list application with functionality to add, remove, and mark tasks.
- use python visual lirary
46 22BTAD011 BENCY PRICILLA R AIDS
47 22BTAD025 IRFANA B AIDS
[ Password Manager ]: (Intermediate)
Design a secure password manager to store and encrypt important
48 22BTAD026 JAGASRI V R AIDS login credentials.
49 22BTAD031 KAVI PRIYA S AIDS [ Currency Converter ]: (Easy)
Fetch live exchange rates from an API and enable
currency conversions.
50 22BTAD023 HARRSHINEE S AIDS
[ Hand cricket game ]: (Easy)
51 22BTAD045 PREETHI P P AIDS Challenge your friends in this hand cricket game with Al opponents, by generating random
values.
- get input from user,
- get computer to play his move
52 22BTAD047 RENU FATHIMA A J AIDS - like this build the game to see who wins the game.
53 22BTAD048 RIBU HASINI A AIDS
[ Dice Roller ]: (Easy)
- create a snake later game in python
- and other libraries.
[ Dice Roller ]: (Easy)
- create a snake later game in python
54 22BTAD0S4 SOWMIYA P AIDS - and other libraries.
[ Tic-Tae-Toe ]: (Intermediate)
55 22BTAD0S5 SREE DEVI R M AIDS Build the two-player game Tic-Tac-Toe with AI or multiplayer options.
- where you should be able to get back to previous state of game
-2 player option
56 22BTAD058 THEJASWINI R AIDS - vs AI option should also be available
- using GUI libraries to get UI
57 22BTAD061 VISHNU PRIYA B AIDS [ Hand cricket game ]: (Easy)
Challenge your friends in this hand cricket game with AI opponents, by generating
random values.
- get input from user,
- get computer to play his move
58 22BTAD008 ASHMITHA RAGAVI S AIDS - like this build the game to see who wins the game.
S. NO REG NO NAME DEPT
1 22BECSE122 VISHAL CSE
2 22BECSE007 ARAVINDKUMAR CSE
3 22BECSE041 JOSIKA CSE
4 22BECSE112 CSE
SUVETHA
PROJECT TITLE
[ stop watch ]: (Easy)
Build a customizable timer with different options like setting minutes and seconds.
- start and stop
- play notification sound once hit the timer.
[ Dice Roller ): (Easy)
- create a snake later game in python
- and other libraries.